ephraimbuddy commented on a change in pull request #18773:
URL: https://github.com/apache/airflow/pull/18773#discussion_r723985405
##########
File path: airflow/providers/google/cloud/operators/datafusion.py
##########
@@ -823,13 +823,12 @@ def __init__(
self.delegate_to = delegate_to
self.impersonation_chain = impersonation_chain
self.asynchronous = asynchronous
+ self.pipeline_timeout = pipeline_timeout
Review comment:
Yeah. Should we also set the default to 5*10 instead of 10*60. That's
also the setting for the timeout in `wait_for_pipeline_state`. In that way,
users can have 10*60 work for them whenever they set it
--
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]