TimeSensorAsync

Apache Airflow

Waits until the specified time of the day.

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

target_timeRequiredtime after which the job succeeds

Documentation

Waits until the specified time of the day.

This frees 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: TimeSensorAsync

Was this page helpful?