pabloem commented on a change in pull request #16565:
URL: https://github.com/apache/beam/pull/16565#discussion_r791412388



##########
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 mention it's in DOT format? so that it's clear for anyone 
reading this (or at least they can google it)




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