Abacn commented on code in PR #34062:
URL: https://github.com/apache/beam/pull/34062#discussion_r1970896170


##########
sdks/python/apache_beam/options/pipeline_options.py:
##########
@@ -951,6 +951,16 @@ def _add_argparse_args(cls, parser):
         action='store_true',
         help='Use blob generation when mutating blobs in GCSIO to '
         'mitigate race conditions at the cost of more HTTP requests.')
+    parser.add_argument(

Review Comment:
   I mean the underscore "_". PipelineOption are mapped between Python 
snake_case and Java lowerCamelCase 



-- 
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]

Reply via email to