y1chi commented on a change in pull request #12727:
URL: https://github.com/apache/beam/pull/12727#discussion_r491077501



##########
File path: sdks/python/container/boot.go
##########
@@ -61,11 +66,22 @@ const (
        sdkSrcFile        = "dataflow_python_sdk.tar"
        extraPackagesFile = "extra_packages.txt"
        workerPoolIdEnv   = "BEAM_PYTHON_WORKER_POOL_ID"
+
+       // Setup result for the setup only mode.
+       setupResultFile             = "/opt/apache/beam/setup_result.json"
+       standardArtifactFileTypeUrn = "beam:artifact:type:file:v1"

Review comment:
       I didn't find an already existing constant for this.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to