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]