Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 296 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 296 Bytes

airflow-sensor

Sense the state of an Airflow dag run.

If in 'success' state, return True.

If not yet in 'success' state, retry until maximum of retries have been reached, and raise an exceptioin.

Add the sensor to a Flyte workflow to let the workflow wait for the Airflow dag to complete.