Skip to content

Commit

Permalink
[BEAM-28399] Ensure dataflow experiments are always set when dataflow…
Browse files Browse the repository at this point in the history
… runner is used.
  • Loading branch information
robertwb committed Sep 15, 2023
1 parent 220cae7 commit 6870283
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdks/python/apache_beam/runners/dataflow/dataflow_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ def run_pipeline(self, pipeline, options, pipeline_proto=None):
'Google Cloud Dataflow runner not available, '
'please install apache_beam[gcp]')

_check_and_add_missing_options(options)

# Convert all side inputs into a form acceptable to Dataflow.
if pipeline:
pipeline.visit(self.combinefn_visitor())
Expand Down

0 comments on commit 6870283

Please sign in to comment.