TimeDeltaSensor

Apache Airflow Certified

Waits for a timedelta after the run’s data interval.

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

deltaRequiredtime length to wait after the data interval before succeeding.

Documentation

Waits for a timedelta after the run’s data interval.

See also

For more information on how to use this sensor, take a look at the guide: TimeDeltaSensor

Was this page helpful?