jedcunningham commented on code in PR #31712:
URL: https://github.com/apache/airflow/pull/31712#discussion_r1222486007


##########
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'm still not sure how I feel about putting this on BaseOperator. It really 
feels like, for example, `BashOperator(..., deferrable=True)` should raise 
still.
   
   Shooting from the hip here, but maybe we add a `BaseDeferrableOperator` or 
something instead, and when we have 2.7+ for providers, providers can switch 
over to it?



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