Lee-W commented on code in PR #31712:
URL: https://github.com/apache/airflow/pull/31712#discussion_r1233896532


##########
airflow/config_templates/default_airflow.cfg:
##########
@@ -692,6 +692,9 @@ password =
 # The default owner assigned to each new operator, unless
 # provided explicitly or passed via ``default_args``
 default_owner = airflow
+
+# The default value of attribute "deferrable" in BaseDeferrableOperator.
+default_deferrable = false

Review Comment:
   Sure. Thanks for your suggestion! I also changed other `false` in this file 
to `False`



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

Reply via email to