TimeSensor

Apache Airflow Certified

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.

See also

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

Was this page helpful?