nivaldoh commented on code in PR #23879: URL: https://github.com/apache/beam/pull/23879#discussion_r1008579632
########## playground/backend/containers/python/Dockerfile: ########## @@ -49,7 +49,6 @@ 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/ Review Comment: I apologize in advance if my understanding is wrong, but wouldn't the changes in the kata files (such as [this one](https://github.com/apache/beam/blob/ed1a98194d06f75b0bccb9bcd31c975303f388ad/learning/katas/python/Introduction/Hello%20Beam/Hello%20Beam/task.py#L31)) correct this problem, as the playground backend would pull the updated Python SDK with the changes there after the merge? -- 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]
