diff --git a/.github/trigger_files/beam_PostCommit_Python.json b/.github/trigger_files/beam_PostCommit_Python.json index 2934a91b84b1..30ee463ad4e9 100644 --- a/.github/trigger_files/beam_PostCommit_Python.json +++ b/.github/trigger_files/beam_PostCommit_Python.json @@ -1,5 +1,5 @@ { "comment": "Modify this file in a trivial way to cause this test suite to run.", - "modification": 1 + "modification": 2 } diff --git a/sdks/python/apache_beam/io/gcp/bigquery_write_it_test.py b/sdks/python/apache_beam/io/gcp/bigquery_write_it_test.py index b0140793cf79..bb5c36a3e9b9 100644 --- a/sdks/python/apache_beam/io/gcp/bigquery_write_it_test.py +++ b/sdks/python/apache_beam/io/gcp/bigquery_write_it_test.py @@ -470,7 +470,7 @@ def test_big_query_write_insert_non_transient_api_call_error(self): input_data = [{ 'number': 1, 'str': 'some_string', - }] + }]*500 table_schema = { "fields": [{ @@ -483,7 +483,7 @@ def test_big_query_write_insert_non_transient_api_call_error(self): bq_result_errors = [({ 'number': 1, 'str': 'some_string', - }, "Not Found")] + }, "Not Found")]*500 args = self.test_pipeline.get_full_options_as_args()