Abacn commented on code in PR #36342:
URL: https://github.com/apache/beam/pull/36342#discussion_r2395520584
##########
sdks/python/apache_beam/transforms/external.py:
##########
@@ -1080,10 +1088,14 @@ def _default_args(self):
args.append('--alsoStartLoopbackWorker')
return args
+ def with_user_agent(self, user_agent: str):
+ self._user_agent = user_agent
+ return self
Review Comment:
user agent only known from pipeline option and expected to remain the same
for a pipeline, closing this
--
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]