TimeDeltaSensor
Apache AirflowWaits for a timedelta after the run’s data interval.
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