We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93b584 commit 495f00aCopy full SHA for 495f00a
dashboard/cron.py
@@ -52,7 +52,8 @@ def setup_queries(self):
52
53
def setup_bigquery(self):
54
# Instantiates a client
55
- self.bigquery_client = bigquery.Client(project="udp-umich-prod")
+ # self.bigquery_client = bigquery.Client(project="udp-umich-prod")
56
+ self.bigquery_client = bigquery.Client(project="unizin-shared")
57
58
# BQ Total Bytes Billed to report to status
59
self.total_bytes_billed = 0
0 commit comments