Lee-W commented on PR #31712:
URL: https://github.com/apache/airflow/pull/31712#issuecomment-1611505430

   >  maybe in the configuration description or in deferrable operators you 
could mention that while configuration is added in 2.7,
   
   Yes, I'll add some description in both the configuration and deferrable 
operator sections. 
   
   >  it is also possible to use it in 2.4 + for all providers that support it 
released after June 2023.
   
   I'm a bit confused here. I thought we still need to wait for the users to 
upgrade airflow?
   
   > I think that feature needs a little more discoverability, also maybe even 
a list of providers/oprators that support it ? We currently do not have a place 
for it, and ideally it should be something automatically generated (so that any 
new providers will make it to the list if they are starting to use the same 
pattern) and can be done later as well. I am not 100% sure how to do it yet, 
but maybe others listening here might have some suggestions ?
   
   I'm not sure whether automatically generated works. But checks like "if 
`deferrable` exists in operator.py, we check whether `deferrable: bool = 
conf...` also exists" might be something doable. These are my idea as of now. 
But for this one I'm thinking of adding them in another PR. WDYT?
   
   


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