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


##########
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:
   I just had another discussion with @uranusjr earlier today. We think 
`BaseDeferrableOperator` might be a better solution instead. Thus, I'll try to 
chang it accordingly early tomorrow



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