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
When viewing the 'BigQuery' data source on STMO the schema browser does not list the current tables available. Generally there are less than 100 tables in BQ, as of right now there is about 59. There are times it has showed the table information but it has only happened 3-4 times.
The request to https://sql.telemetry.mozilla.org/api/data_sources/49/schema returns with HTTP 200 after about 18 seconds but the response body contains {"error": {"message": "Error retrieving schema.", "code": 2}}.
Issue Summary
When viewing the 'BigQuery' data source on STMO the schema browser does not list the current tables available. Generally there are less than 100 tables in BQ, as of right now there is about 59. There are times it has showed the table information but it has only happened 3-4 times.
The request to
https://sql.telemetry.mozilla.org/api/data_sources/49/schema
returns with HTTP 200 after about 18 seconds but the response body contains{"error": {"message": "Error retrieving schema.", "code": 2}}
.This might be related getredash#2422
Steps to Reproduce
The text was updated successfully, but these errors were encountered: