[Bug]: The DataflowRunner behavior is changed when removing the runner v1 code #28399
Closed
1 of 15 tasks
Labels
bug
done & done
Issue has been reviewed after it was closed for verification, followups, etc.
P2
python
Milestone
What happened?
The attached notebook is broken now due to #27196.
Dataflow_Word_Count.ipynb.zip
The issue is
p = beam.Pipeline(InteractiveRunner())
is used to create the pipeline but later when switching to DataflowRunner withDataflowRunner().run_pipeline(p, options=options)
, DataflowRunner takes the Dataflow job as the legacy runner and disables the Runner V2.Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: