KevinGG commented on code in PR #23271:
URL: https://github.com/apache/beam/pull/23271#discussion_r973285548
##########
sdks/python/apache_beam/options/pipeline_options.py:
##########
@@ -1421,6 +1421,20 @@ def _add_argparse_args(cls, parser):
' directly, rather than starting up a job server.'
' Only applies when flink_master is set to a'
' cluster address. Requires Python 3.6+.')
+ parser.add_argument(
Review Comment:
These mirror the existing
[FlinkRunnerOptions.java](https://github.com/apache/beam/blob/master/runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkPipelineOptions.java#L66).
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]