[ 
https://issues.apache.org/jira/browse/BEAM-8605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rustam Khalmurzaev updated BEAM-8605:
-------------------------------------
    Description: 
Here in code an example of using PipelineGraph class. Example in comments 
contains function display_graph() which do not exist.

[https://github.com/apache/beam/blob/master/sdks/python/apache_beam/runners/interactive/display/pipeline_graph.py#L47]

 

Examples:  graph = pipeline_graph.PipelineGraph(pipeline_proto)

 graph.display_graph()

 or

 graph = pipeline_graph.PipelineGraph(pipeline)

 graph.display_graph()

  was:
Here in code an example of using PipelineGraph class. Example in comments 
contains function display_graph() which do not exist.

[https://github.com/apache/beam/blob/master/sdks/python/apache_beam/runners/interactive/display/pipeline_graph.py#L47]


> Function display_graph() in example do not exist
> ------------------------------------------------
>
>                 Key: BEAM-8605
>                 URL: https://issues.apache.org/jira/browse/BEAM-8605
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-py-interactive, sdk-py-core
>            Reporter: Rustam Khalmurzaev
>            Priority: Trivial
>              Labels: easyfix
>
> Here in code an example of using PipelineGraph class. Example in comments 
> contains function display_graph() which do not exist.
> [https://github.com/apache/beam/blob/master/sdks/python/apache_beam/runners/interactive/display/pipeline_graph.py#L47]
>  
> Examples:  graph = pipeline_graph.PipelineGraph(pipeline_proto)
>  graph.display_graph()
>  or
>  graph = pipeline_graph.PipelineGraph(pipeline)
>  graph.display_graph()



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to