chamikaramj commented on code in PR #28564: URL: https://github.com/apache/beam/pull/28564#discussion_r1340668395
########## sdks/python/apache_beam/runners/portability/stager.py: ########## @@ -84,6 +85,8 @@ WORKFLOW_TARBALL_FILE = 'workflow.tar.gz' REQUIREMENTS_FILE = 'requirements.txt' EXTRA_PACKAGES_FILE = 'extra_packages.txt' +# Filename that stores the submission environment dependencies. +SUBMISSION_ENV_DEPENDENCIES_FILE = 'submission_environment_dependencies.txt' Review Comment: Why do we special case submission environment. Should we document/log dependencies of every environment that is used in a pipeline ? -- 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]
