Skip to content

Commit 7976fb9

Browse files
committed
Use the value in settings as the default project
1 parent 5d9a157 commit 7976fb9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dashboard/cron.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ def setup_queries(self):
5252

5353
def setup_bigquery(self):
5454
# Instantiates a client
55-
# self.bigquery_client = bigquery.Client(project="udp-umich-prod")
56-
self.bigquery_client = bigquery.Client(project="unizin-shared")
55+
self.bigquery_client = bigquery.Client(project=settings.DEFAULT_PROJECT_ID)
5756

5857
# BQ Total Bytes Billed to report to status
5958
self.total_bytes_billed = 0

0 commit comments

Comments
 (0)