You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/09/28 05:17:36 UTC

[GitHub] [beam] vchunikhin commented on a diff in pull request #23378: Extract Python Beam symbols for Playground

vchunikhin commented on code in PR #23378:
URL: https://github.com/apache/beam/pull/23378#discussion_r981950882


##########
playground/frontend/Dockerfile:
##########
@@ -28,10 +36,29 @@ RUN wget https://storage.googleapis.com/flutter_infra_release/releases/stable/li
     dart pub global activate protoc_plugin &&\
     ln -s /root/.pub-cache/bin/protoc-gen-dart /usr/bin/
 
-
 COPY . /app
 WORKDIR /app
 
+# ------------------------------------------------
+# Extracting Beam symbols for autocompletion.
+# ------------------------------------------------
+
+RUN cd /app/playground_components &&\
+    mkdir -p assets/symbols &&\
+    git clone https://github.com/apache/beam.git &&\
+    cd beam &&\
+    git checkout $BEAM_REF

Review Comment:
   Why do we use checkout here? It looks that it's not necessary



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org