[
https://issues.apache.org/jira/browse/BEAM-7761?focusedWorklogId=279951&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-279951
]
ASF GitHub Bot logged work on BEAM-7761:
----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Jul/19 20:48
Start Date: 19/Jul/19 20:48
Worklog Time Spent: 10m
Work Description: aaltay 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_r305519796
##########
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:
That is correct. Update is only supported by Dataflow.
----------------------------------------------------------------
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: 279951)
Time Spent: 2h (was: 1h 50m)
> 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: 2h
> 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)