Skip to content

Commit

Permalink
bigquery: fix stable typo to staging
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsheeh committed Nov 4, 2024
1 parent c74f712 commit 0bb63ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ def merge_into_bigquery(
If there is no matching ID, insert a new row.
"""
logging.info(
f"Merging stable table {staging_table_id} into target table `{table_id}`."
f"Merging staging table {staging_table_id} into target table `{table_id}`."
)
target_table = bq_tables[table_id]

Expand Down

0 comments on commit 0bb63ae

Please sign in to comment.