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


##########
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:
   why can't we change this in the init method? 



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