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]


Reply via email to