airflow.sensors.time_sensor
¶
Module Contents¶
Classes¶
Waits until the specified time of the day. |
|
Waits until the specified time of the day, freeing up a worker slot while |
- class airflow.sensors.time_sensor.TimeSensor(*, target_time, **kwargs)[source]¶
Bases:
airflow.sensors.base.BaseSensorOperator
Waits until the specified time of the day.
- Parameters
target_time (datetime.time) -- time after which the job succeeds
- class airflow.sensors.time_sensor.TimeSensorAsync(*, target_time, **kwargs)[source]¶
Bases:
airflow.sensors.base.BaseSensorOperator
Waits until the specified time of the day, freeing up a worker slot while it is waiting.
- Parameters
target_time (datetime.time) -- time after which the job succeeds