KhaninArtur commented on a change in pull request #16592:
URL: https://github.com/apache/beam/pull/16592#discussion_r791526086



##########
File path: playground/infrastructure/grpc_client.py
##########
@@ -130,6 +130,21 @@ async def get_compile_output(self, pipeline_uuid: str) -> 
str:
     response = await self._stub.GetCompileOutput(request)
     return response.output
 
+  async def get_graph(self, pipeline_uuid: str) -> str:

Review comment:
       We have graph only for Java and Python SDKs, do we cover it somehow?




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