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


##########
airflow/providers/amazon/aws/operators/batch.py:
##########
@@ -143,7 +151,7 @@ def __init__(
         region_name: str | None = None,
         tags: dict | None = None,
         wait_for_completion: bool = True,
-        deferrable: bool = False,
+        deferrable: bool = DEFAULT_DEFERRABLE,

Review Comment:
   Yes, I think that would be really helpful for contributors to know this 
feature and we might be able to migrate them to `BaseDeferrableOperator` all at 
once when min airflow version bumped to 2.7



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