[
https://issues.apache.org/jira/browse/BEAM-13350?focusedWorklogId=691790&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-691790
]
ASF GitHub Bot logged work on BEAM-13350:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Dec/21 14:46
Start Date: 07/Dec/21 14:46
Worklog Time Spent: 10m
Work Description: KhaninArtur commented on a change in pull request
#16151:
URL: https://github.com/apache/beam/pull/16151#discussion_r764065106
##########
File path: playground/backend/containers/python/Dockerfile
##########
@@ -47,5 +47,9 @@ ENV BEAM_SDK="SDK_PYTHON"
COPY --from=build /go/bin/server_python_backend /opt/playground/backend/
COPY --from=build /go/src/playground/backend/configs
/opt/playground/backend/configs/
+# Install Python Katas Utils
+COPY katas/log_elements.py /go/src/katas/
+ENV PYTHONPATH="/go/src/katas"
Review comment:
Good point, 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 691790)
Time Spent: 50m (was: 40m)
> [Playground] Support running katas
> ----------------------------------
>
> Key: BEAM-13350
> URL: https://issues.apache.org/jira/browse/BEAM-13350
> Project: Beam
> Issue Type: Improvement
> Components: beam-playground
> Reporter: Ilya Kozyrev
> Assignee: Artur Khanin
> Priority: P2
> Labels: beam-playground-backend, beam-playground-devops,
> beam-playground-sprint-5
> Time Spent: 50m
> Remaining Estimate: 0h
>
> As a {*}Playground User{*}, I want to run katas from the beam catalog and
> from the code editor.
>
> Need to create a proper configuration for backend executors to support Katas.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)