Skip to content

Commit 495f00a

Browse files
jxiao21jonespm
authored andcommitted
cron works
1 parent a93b584 commit 495f00a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dashboard/cron.py

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

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

5758
# BQ Total Bytes Billed to report to status
5859
self.total_bytes_billed = 0

0 commit comments

Comments
 (0)