[
https://issues.apache.org/jira/browse/BEAM-5507?focusedWorklogId=147854&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-147854
]
ASF GitHub Bot logged work on BEAM-5507:
----------------------------------------
Author: ASF GitHub Bot
Created on: 26/Sep/18 00:20
Start Date: 26/Sep/18 00:20
Worklog Time Spent: 10m
Work Description: jasonkuster commented on a change in pull request
#6477: [BEAM-5507] Pass --pubsubRooturl option to Dataflow runner.
URL: https://github.com/apache/beam/pull/6477#discussion_r220394646
##########
File path: sdks/python/apache_beam/options/pipeline_options.py
##########
@@ -685,6 +685,12 @@ def _add_argparse_args(cls, parser):
help='The time to wait (in milliseconds) for test pipeline to finish. '
'If it is set to None, it will wait indefinitely until the job '
'is finished.')
+ # This option is used by Dataflow Runner's Pub/Sub client. Its camelCase
+ # style matches the runner's.
+ parser.add_argument(
+ '--pubsubRootUrl',
Review comment:
Awesome, thanks.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 147854)
Time Spent: 10m
Remaining Estimate: 0h
> Pass pubsubRootUrl option to Dataflow runner.
> ---------------------------------------------
>
> Key: BEAM-5507
> URL: https://issues.apache.org/jira/browse/BEAM-5507
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core
> Reporter: Udi Meiri
> Assignee: Udi Meiri
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> This option will be used for testing only.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)