Abacn commented on code in PR #36529:
URL: https://github.com/apache/beam/pull/36529#discussion_r2550683607
##########
sdks/python/apache_beam/options/pipeline_options.py:
##########
@@ -1023,7 +1023,7 @@ def _add_argparse_args(cls, parser):
help='The Google Compute Engine region for creating '
'Dataflow job.')
parser.add_argument(
- '--service_account_email',
+ '--service_account_email', '--serviceAccount',
Review Comment:
it should be `--service_account`, as Python option uses underscores. It is
automatically converted to camel cases when passed to java
--
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]