mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 09:05:17 +00:00
fix big_query.py google api import error (#5482)
This commit is contained in:
parent
8cac6b555c
commit
e62de4e4c3
@ -144,7 +144,7 @@ class BigQuery(BaseQueryRunner):
|
||||
http = httplib2.Http(timeout=settings.BIGQUERY_HTTP_TIMEOUT)
|
||||
http = creds.authorize(http)
|
||||
|
||||
return build("bigquery", "v2", http=http)
|
||||
return build("bigquery", "v2", http=http, cache_discovery=False)
|
||||
|
||||
def _get_project_id(self):
|
||||
return self.configuration["projectId"]
|
||||
|
Loading…
Reference in New Issue
Block a user