fritz-astronomer commented on issue #59644:
URL: https://github.com/apache/airflow/issues/59644#issuecomment-3676152932

   Oh! @jroachgolf84 , thanks! 
   
   I didn't see a notice of this anywhere in the docs, and am only now seeing 
this in the source code :/
   
   ```
   # TODO: Remove in the next major release
   @deprecated(
       "Use `TimeDeltaSensor` with `deferrable=True` instead", 
category=AirflowProviderDeprecationWarning
   )
   class TimeDeltaSensorAsync(TimeDeltaSensor):
       """
   ```
   
   You're entirely right - both that `deferrable=True` already exists and that 
`TimeDeltaSensorAsync` is deprecated for removal.
   
   Maybe this could be a "improve docs" / make deprecation obvious issue/PR 
@Subham-KRLX ?
   


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