We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90b3bc1 commit cbe4698Copy full SHA for cbe4698
stats.py
@@ -680,7 +680,7 @@ def process():
680
681
review_groups = get_review_groups(sessions)
682
submit_to_bigquery(
683
- bq_client, staging_tables[BQ_REVIEW_REQUESTS_TABLE_ID], review_groups
+ bq_client, staging_tables[BQ_REVIEW_GROUPS_TABLE_ID], review_groups
684
)
685
686
logging.info(f"Found {updated_revisions.count()} revisions for processing.")
0 commit comments