DateTimeSensorAsync

Apache Airflow

Waits until the specified datetime occurs.

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_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.

Was this page helpful?