[
https://issues.apache.org/jira/browse/BEAM-13692?focusedWorklogId=714236&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-714236
]
ASF GitHub Bot logged work on BEAM-13692:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 25/Jan/22 06:56
Start Date: 25/Jan/22 06:56
Worklog Time Spent: 10m
Work Description: AydarZaynutdinov commented on a change in pull request
#16565:
URL: https://github.com/apache/beam/pull/16565#discussion_r791406505
##########
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:
I changed this comment. Overall `graph` is a string representation like
this one:
https://github.com/mehmandarov/word-count-mini-beam/blob/master/pipeline_graph.dot
Using this string frontend can build and show the graph on the page.
--
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: 714236)
Time Spent: 50m (was: 40m)
> [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: 50m
> 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)