[
https://issues.apache.org/jira/browse/BEAM-7761?focusedWorklogId=279904&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-279904
]
ASF GitHub Bot logged work on BEAM-7761:
----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Jul/19 19:22
Start Date: 19/Jul/19 19:22
Worklog Time Spent: 10m
Work Description: y1chi 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_r305493412
##########
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:
It's probably worth adding generic streaming options, I think this
particular option is more dataflow oriented.
----------------------------------------------------------------
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: 279904)
Time Spent: 50m (was: 40m)
> 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: 50m
> 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)