From 89600da7a4c3adfd522644ac8bf887bf3e13a13a Mon Sep 17 00:00:00 2001 From: Ahmed Abualsaud Date: Thu, 19 Dec 2024 13:59:35 -0500 Subject: [PATCH] Move Dataflow Python Managed tests to prod --- .../trigger_files/beam_PostCommit_Python_Xlang_IO_Dataflow.json | 2 +- sdks/python/apache_beam/transforms/managed_iceberg_it_test.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/trigger_files/beam_PostCommit_Python_Xlang_IO_Dataflow.json b/.github/trigger_files/beam_PostCommit_Python_Xlang_IO_Dataflow.json index b26833333238..c537844dc84a 100644 --- a/.github/trigger_files/beam_PostCommit_Python_Xlang_IO_Dataflow.json +++ b/.github/trigger_files/beam_PostCommit_Python_Xlang_IO_Dataflow.json @@ -1,4 +1,4 @@ { "comment": "Modify this file in a trivial way to cause this test suite to run", - "modification": 2 + "modification": 3 } diff --git a/sdks/python/apache_beam/transforms/managed_iceberg_it_test.py b/sdks/python/apache_beam/transforms/managed_iceberg_it_test.py index a09203f313eb..20cb52335c76 100644 --- a/sdks/python/apache_beam/transforms/managed_iceberg_it_test.py +++ b/sdks/python/apache_beam/transforms/managed_iceberg_it_test.py @@ -40,7 +40,6 @@ def setUp(self): self.args = self.test_pipeline.get_full_options_as_args() self.args.extend([ '--experiments=enable_managed_transforms', - '--dataflow_endpoint=https://dataflow-staging.sandbox.googleapis.com', ]) def _create_row(self, num: int):