@Niels Bantilan, thank you.
However, that package allows an Airflow dag to trigger a Flyte workfl.
What I want is different.
I want Flyte to check the status of an Airflow dag run, so that Flyte can trigger the dependent downstream tasks.
Any idea?
e
Evan Sadler
03/27/2023, 8:51 PM
Is there a python client for airflow that lets you list workflow executions?
If that existed then you could write a task that checks if an execution succeeded in the last X hours. It could sleep and retry every so often.