TimeDeltaSensorAsync
Apache AirflowA deferrable drop-in replacement for TimeDeltaSensor.
Access Instructions
Install the Apache Airflow provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
deltatime length to wait after the data interval before succeeding.
Documentation
A deferrable drop-in replacement for TimeDeltaSensor.
Will defers itself to avoid taking up a worker slot while it is waiting.
See also
For more information on how to use this sensor, take a look at the guide: TimeDeltaSensorAsync