[ 
https://issues.apache.org/jira/browse/BEAM-13561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17495004#comment-17495004
 ] 

Beam JIRA Bot commented on BEAM-13561:
--------------------------------------

This issue is assigned but has not received an update in 30 days so it has been 
labeled "stale-assigned". If you are still working on the issue, please give an 
update and remove the label. If you are no longer working on the issue, please 
unassign so someone else may work on it. In 7 days the issue will be 
automatically unassigned.

> [Playground] Showing graph in graph tab
> ---------------------------------------
>
>                 Key: BEAM-13561
>                 URL: https://issues.apache.org/jira/browse/BEAM-13561
>             Project: Beam
>          Issue Type: Improvement
>          Components: beam-playground
>            Reporter: Ilya Kozyrev
>            Assignee: Ilya Kozyrev
>            Priority: P2
>              Labels: beam-playground-backend, beam-playground-frontend, 
> beam-playground-sprint-7, stale-assigned
>
> As a Beam Playground user, I want to see the execution graph in the Graph tab.
> The graph is a representation of .dot format for graphs. 
> [DOT|https://en.wikipedia.org/wiki/DOT_(graph_description_language)] 
> representation of the graph can be generated for Java and Python Apache Beam 
> pipelines.
> Acceptance criteria:
>  * gRPC endpoint to retrieve Graph in DOT format implemented on Backend.
>  * Preparer for java and python code implemented
>  ** put graph extraction after the last transform (before pipeline.run())
>  * Graph extraction and storing in GCP added to the CI/CD for precompiled 
> objects
>  * Graph get from the backend through specific endpoint by pipeline_id
>  * Graph rendered on frontend 
>  * Users can see generated graph in the Graph tab after the pipeline was run 
> with the minimal latency



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to