chamikaramj commented on a change in pull request #14557:
URL: https://github.com/apache/beam/pull/14557#discussion_r616199675
##########
File path: sdks/python/apache_beam/runners/dataflow/internal/apiclient.py
##########
@@ -1096,8 +1096,8 @@ def get_container_image_from_options(pipeline_options):
str: Container image for remote execution.
"""
worker_options = pipeline_options.view_as(WorkerOptions)
- if worker_options.worker_harness_container_image:
Review comment:
"worker_options.worker_harness_container_image" comes from Dataflow
v1beta3 API, I don't think you can change that unless you update that API.
--
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]