Lee-W commented on code in PR #31712:
URL: https://github.com/apache/airflow/pull/31712#discussion_r1222530557
##########
airflow/models/baseoperator.py:
##########
@@ -215,6 +217,7 @@ def partial(
start_date: datetime | ArgNotSet = NOTSET,
end_date: datetime | ArgNotSet = NOTSET,
owner: str | ArgNotSet = NOTSET,
+ deferrable: bool | ArgNotSet = NOTSET,
Review Comment:
Thanks @uranusjr for your suggestion! Just had a short discussion with
@jedcunningham . I'll go with `DeferrableMixin`
--
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]