[
https://issues.apache.org/jira/browse/BEAM-13722?focusedWorklogId=714331&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-714331
]
ASF GitHub Bot logged work on BEAM-13722:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 25/Jan/22 09:39
Start Date: 25/Jan/22 09:39
Worklog Time Spent: 10m
Work Description: 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 714331)
Time Spent: 40m (was: 0.5h)
> Add precompiling of the graph into examples CI/CD
> -------------------------------------------------
>
> Key: BEAM-13722
> URL: https://issues.apache.org/jira/browse/BEAM-13722
> Project: Beam
> Issue Type: Sub-task
> Components: beam-playground
> Reporter: Artur Khanin
> Assignee: Aydar Zaynutdinov
> Priority: P2
> Labels: beam-playground-backend
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Receive graph string, add it to the precompiled object to send it to the
> bucket on the CI/CD step.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)