Skip to content

Commit

Permalink
Move Dataflow Python Managed tests to prod (#33426)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedabu98 authored Dec 19, 2024
1 parent e8df26f commit a51a0e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"comment": "Modify this file in a trivial way to cause this test suite to run",
"modification": 2
"modification": 3
}
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit a51a0e1

Please sign in to comment.