DateTimeSensorAsync
Apache AirflowWaits until the specified datetime occurs.
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_timedatetime after which the job succeeds. (templated)
Documentation
Waits until the specified datetime occurs.
Deferring itself to avoid taking up a worker slot while it is waiting. It is a drop-in replacement for DateTimeSensor.