Skip to content

Commit

Permalink
Fix BigQuery Sensors system test (#24245)
Browse files Browse the repository at this point in the history
Co-authored-by: Bartlomiej Hirsz <bartomiejh@google.com>
  • Loading branch information
bhirsz and Bartlomiej Hirsz authored Jun 6, 2022
1 parent 2226e64 commit 4c5ddc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

PARTITION_NAME = "{{ ds_nodash }}"

INSERT_ROWS_QUERY = f"INSERT {DATASET_NAME}.{TABLE_NAME} VALUES (42, '{{ ds }}')"
INSERT_ROWS_QUERY = f"INSERT {DATASET_NAME}.{TABLE_NAME} VALUES (42, '{{{{ ds }}}}')"

SCHEMA = [
{"name": "value", "type": "INTEGER", "mode": "REQUIRED"},
Expand Down

0 comments on commit 4c5ddc1

Please sign in to comment.