[ 
https://issues.apache.org/jira/browse/BEAM-13692?focusedWorklogId=714056&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-714056
 ]

ASF GitHub Bot logged work on BEAM-13692:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 24/Jan/22 21:48
            Start Date: 24/Jan/22 21:48
    Worklog Time Spent: 10m 
      Work Description: pabloem commented on a change in pull request #16565:
URL: https://github.com/apache/beam/pull/16565#discussion_r791177741



##########
File path: playground/api/v1/api.proto
##########
@@ -135,6 +135,16 @@ message GetLogsResponse {
   string output = 1;
 }
 
+// GetGraphRequest contains information of the pipeline uuid.
+message GetGraphRequest {
+  string pipeline_uuid = 1;
+}
+
+// GetGraphResponse represents the graph of the executed code.
+message GetGraphResponse {
+  string graph = 1;

Review comment:
       can you document in what format the graph is returned? Is this a file 
address? Is it a byte string with the graph image formatted in some way? is it 
a markdown-type graph format?




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 714056)
    Time Spent: 40m  (was: 0.5h)

> [Playground] Implement method to receive Graph
> ----------------------------------------------
>
>                 Key: BEAM-13692
>                 URL: https://issues.apache.org/jira/browse/BEAM-13692
>             Project: Beam
>          Issue Type: Sub-task
>          Components: beam-playground
>            Reporter: Aydar Zaynutdinov
>            Assignee: Aydar Zaynutdinov
>            Priority: P3
>              Labels: beam-playground-backend
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> * Add new API method _GetGraph_
>  * Implement new API method _GetGraph_ in the controller
>  * Add new subKey _GRAPH_
>  * Update cache method _GetValue_ to receive graph from the cache 
> (local/redis)



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

Reply via email to