shardbread commented on code in PR #37069:
URL: https://github.com/apache/airflow/pull/37069#discussion_r1471186463


##########
airflow/providers/google/cloud/operators/dataflow.py:
##########
@@ -677,6 +677,9 @@ def set_current_job(current_job):
         options = self.dataflow_default_options
         options.update(self.options)
 
+        if not self.location:

Review Comment:
   because we need to store the original state for location in the class (in 
case if location parameter was missed)



-- 
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: commits-unsubscr...@airflow.apache.org

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

Reply via email to