From e5766e72c15cad9dfdc3d3e12b0a4a07f5db214a Mon Sep 17 00:00:00 2001 From: Pablo Rodriguez Defino Date: Sun, 22 Sep 2024 00:41:00 -0700 Subject: [PATCH] and more format xlang test fixes --- .../python/apache_beam/io/external/xlang_bigqueryio_it_test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sdks/python/apache_beam/io/external/xlang_bigqueryio_it_test.py b/sdks/python/apache_beam/io/external/xlang_bigqueryio_it_test.py index b422b4312924..b508fa089747 100644 --- a/sdks/python/apache_beam/io/external/xlang_bigqueryio_it_test.py +++ b/sdks/python/apache_beam/io/external/xlang_bigqueryio_it_test.py @@ -303,8 +303,7 @@ def test_write_with_beam_rows_cdc(self): | StorageWriteToBigQuery( table=table_id, create_disposition="CREATE_NEVER", - use_cdc_writes_with_primary_key=["name"] - )) + use_cdc_writes_with_primary_key=["name"])) hamcrest_assert(p, bq_matcher) def test_write_to_dynamic_destinations(self):