Skip to content

Commit

Permalink
bigquery: update the id field to use .field_type
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsheeh committed Oct 30, 2024
1 parent 02a9f89 commit 3e14b66
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 @@ -506,7 +506,7 @@ def merge_into_bigquery(

query_parameters = [
bigquery.ScalarQueryParameter(
"id", table_schema_mapping[id_column], row[id_column]
"id", table_schema_mapping[id_column].field_type, row[id_column]
)
] + [
(
Expand Down

0 comments on commit 3e14b66

Please sign in to comment.