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 5d9a157 commit 7976fb9Copy full SHA for 7976fb9
dashboard/cron.py
@@ -52,8 +52,7 @@ def setup_queries(self):
52
53
def setup_bigquery(self):
54
# Instantiates a client
55
- # self.bigquery_client = bigquery.Client(project="udp-umich-prod")
56
- self.bigquery_client = bigquery.Client(project="unizin-shared")
+ self.bigquery_client = bigquery.Client(project=settings.DEFAULT_PROJECT_ID)
57
58
# BQ Total Bytes Billed to report to status
59
self.total_bytes_billed = 0
0 commit comments