[
https://issues.apache.org/jira/browse/BEAM-7761?focusedWorklogId=279869&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-279869
]
ASF GitHub Bot logged work on BEAM-7761:
----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Jul/19 17:51
Start Date: 19/Jul/19 17:51
Worklog Time Spent: 10m
Work Description: dustin12 commented on pull request #9072: [BEAM-7761]
Add transform_name_mapping pipeline option for python sdk
URL: https://github.com/apache/beam/pull/9072#discussion_r305461124
##########
File path: sdks/python/apache_beam/options/pipeline_options.py
##########
@@ -476,7 +477,16 @@ def _add_argparse_args(cls, parser):
action='store_true',
help='Update an existing streaming Cloud Dataflow job.
'
'Experimental. '
- 'See https://cloud.google.com/dataflow/pipelines/'
+ 'See https://cloud.google.com/dataflow/docs/guides/'
+ 'updating-a-pipeline')
+ parser.add_argument('--transform_name_mapping',
Review comment:
As far as I can tell python does not have a place for streaming specific
options. Is it worth making it and moving this there?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 279869)
Time Spent: 0.5h (was: 20m)
> Support transform_name_mapping option in python sdk
> ---------------------------------------------------
>
> Key: BEAM-7761
> URL: https://issues.apache.org/jira/browse/BEAM-7761
> Project: Beam
> Issue Type: Improvement
> Components: sdk-py-core
> Reporter: Yichi Zhang
> Assignee: Yichi Zhang
> Priority: Minor
> Fix For: 2.15.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Add transform_name_mapping pipeline option in python sdk to support runner
> job update such asĀ
> [https://cloud.google.com/dataflow/docs/guides/updating-a-pipeline]
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)