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
- Visit STMO
- Select the BigQuery data source from the Data source drop down menu
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/schemareturns 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