Skip to content

Commit cbe4698

Browse files
committed
bigquery: submit review groups to correct table (Bug 1990963)
1 parent 90b3bc1 commit cbe4698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ def process():
680680

681681
review_groups = get_review_groups(sessions)
682682
submit_to_bigquery(
683-
bq_client, staging_tables[BQ_REVIEW_REQUESTS_TABLE_ID], review_groups
683+
bq_client, staging_tables[BQ_REVIEW_GROUPS_TABLE_ID], review_groups
684684
)
685685

686686
logging.info(f"Found {updated_revisions.count()} revisions for processing.")

0 commit comments

Comments
 (0)