potiuk commented on issue #31819:
URL: https://github.com/apache/airflow/issues/31819#issuecomment-1585217204

   I think this is a bit problematic to write it in this documentation because 
we have no standard for it.
   
   So far, the `deferrable = True` in sensors  is merely a convention used in a 
few of them. but it is not a "common" behaviour. 
   
   One could argue that there is really no need for a "deferrable" sensor 
because technically it could be a regular operator with deferrable method (and 
it could be behave like sensor - it could defer itself until something happens 
and complete). But yes, I see where you might want to have a sensor with the 
two modes, it allows to do more DRY sensors and it's easier to grasp by users.
   
   I mean - I see why we could make it a common convention, but I think we 
should agree on it first (devlist?).
   


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