TimeSensor
Apache AirflowWaits until the specified time of the day.
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