You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/12/21 20:14:55 UTC

[GitHub] [beam] ibzib commented on a change in pull request #13584: [BEAM-9637] Add all runners to Python --runner help text.

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:
users@infra.apache.org