jedcunningham commented on code in PR #31712:
URL: https://github.com/apache/airflow/pull/31712#discussion_r1222478444
##########
airflow/models/abstractoperator.py:
##########
@@ -50,6 +50,7 @@
from airflow.models.taskinstance import TaskInstance
DEFAULT_OWNER: str = conf.get_mandatory_value("operators", "default_owner")
+DEFAULT_DEFERRABLE: bool = conf.getboolean("operators", "default_deferrable",
fallback=False)
Review Comment:
Yeah, we need to keep the fallback in providers 👍
--
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]