stankiewicz commented on code in PR #36342:
URL: https://github.com/apache/beam/pull/36342#discussion_r2393969102


##########
sdks/python/apache_beam/options/pipeline_options.py:
##########
@@ -1716,6 +1716,12 @@ def _add_argparse_args(cls, parser):
         help=(
             'Docker registry url to use for tagging and pushing the prebuilt '
             'sdk worker container image.'))
+    parser.add_argument(
+        '--user_agent',
+        default=None,

Review Comment:
   can we set new default e.g. "Apache Beam" ?



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