ibzib commented on a change in pull request #13584:
URL: https://github.com/apache/beam/pull/13584#discussion_r546909219
##########
File path: sdks/python/apache_beam/options/pipeline_options.py
##########
@@ -414,13 +414,30 @@ class StandardOptions(PipelineOptions):
DEFAULT_RUNNER = 'DirectRunner'
+ ALL_KNOWN_RUNNERS = (
+ 'apache_beam.runners.dataflow.dataflow_runner.DataflowRunner',
+ 'apache_beam.runners.direct.direct_runner.BundleBasedDirectRunner',
+ 'apache_beam.runners.direct.direct_runner.DirectRunner',
+ 'apache_beam.runners.direct.direct_runner.SwitchingDirectRunner',
Review comment:
I'll leave SwitchingDirectRunner in the list for now (since it was
exposed before in the "Unexpected pipeline runner" error message). We can do
additional documentation/cleanup in separate PRs.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]