You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET https://****.cloud.looker.com/api/4.0/alerts/search?all_owners=true&fields=id%2Cdashboard_element_id&group_by=dashboard&limit=64: 403 - You do not have access.
It isn't "exactly" a problem with gzr. What is happening is that gzr is outputting some warning text, but your python program is expecting just a json document.
I'm working on a fix that will write all the warning and error text to stderr instead of stdout. That should alleviate this.
I am using gazer version v0.3.17. When trying to export a dashboard that contains merge_query, I get the following error message:
Error querying search_alerts(***
"group_by": "dashboard",
"fields": "id,dashboard_element_id",
"all_owners": true,
"limit": 64
***)
GET https://****.cloud.looker.com/api/4.0/alerts/search?all_owners=true&fields=id%2Cdashboard_element_id&group_by=dashboard&limit=64: 403 - You do not have access.
// See: https://cloud.google.com/looker/docs/r/err/4.0/403/get/alerts/search
// And: https://marketplace-api.looker.com/errorcodes/403.md
Must be an admin user to look up all alerts
Parameters used (for internal record)
The text was updated successfully, but these errors were encountered: