Chamikara Madhusanka Jayalath created BEAM-11033:
----------------------------------------------------
Summary: Update Dataflow metrics processor to handle portable jobs
Key: BEAM-11033
URL: https://issues.apache.org/jira/browse/BEAM-11033
Project: Beam
Issue Type: Bug
Components: sdk-py-core
Reporter: Chamikara Madhusanka Jayalath
Assignee: Chamikara Madhusanka Jayalath
Currently, Dataflow metrics processor expects Dataflow internal step names
generated for v1beta3 job description in metrics returned by Dataflow service:
[https://github.com/apache/beam/blob/master/sdks/python/apache_beam/runners/dataflow/dataflow_metrics.py#L97]
But with portable job submission, Dataflow uses PTransform ID (in proto
pipeline) as the internal step name. Hence metrics processor should be updated
to handle this.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)