AydarZaynutdinov commented on a change in pull request #16592:
URL: https://github.com/apache/beam/pull/16592#discussion_r791532064
##########
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:
In this PR no. I think I can add check into the CI/CD and ask for a
graph only if it is java/python SDK.
##########
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:
Added
--
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]