TimeDeltaSensorAsync

Apache Airflow

A deferrable drop-in replacement for TimeDeltaSensor.

View on GitHub

Last Updated: Nov. 17, 2022

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

Was this page helpful?