Skip to content

Commit

Permalink
adding missing primary key column to test
Browse files Browse the repository at this point in the history
  • Loading branch information
prodriguezdefino committed Sep 22, 2024
1 parent 7b7255b commit 2b901eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def test_write_with_beam_rows_cdc(self):
| StorageWriteToBigQuery(
table=table_id,
create_disposition="CREATE_NEVER",
use_cdc_writes_with_primary_key=(primaryKeyColumns)
use_cdc_writes_with_primary_key=["name"]
))
hamcrest_assert(p, bq_matcher)

Expand Down

0 comments on commit 2b901eb

Please sign in to comment.