kamilwu commented on issue #11370: Update environments.py to add a method to specify container image URL: https://github.com/apache/beam/pull/11370#issuecomment-611962579 I'm getting the following error while executing Python pipeline with PortableRunner and --environment_type set to DOCKER: ``` File "/home/jenkins/jenkins-slave/workspace/beam_LoadTests_Python_ParDo_Flink_Batch_PR/src/sdks/python/apache_beam/runners/portability/portable_runner.py", line 282, in _create_environment 11:37:41 return env_class.from_options(portable_options) 11:37:41 File "/home/jenkins/jenkins-slave/workspace/beam_LoadTests_Python_ParDo_Flink_Batch_PR/src/sdks/python/apache_beam/transforms/environments.py", line 255, in from_options 11:37:41 return from_container_image( 11:37:41 NameError: name 'from_container_image' is not defined ```
---------------------------------------------------------------- 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] With regards, Apache Git Services
