Skip to content

Commit

Permalink
Move Dataflow Python Managed tests to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedabu98 committed Dec 19, 2024
1 parent 8fee3ca commit 89600da
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 89600da

Please sign in to comment.