FlyteSensor
FlyteCheck for the status of a Flyte execution.
Access Instructions
Install the Flyte provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
execution_nameRequired. The name of the execution to check.
projectOptional. The project to connect to.
domainOptional. The domain to connect to.
flyte_conn_idRequired. The name of the Flyte connection to get the connection information for Flyte.
Documentation
Check for the status of a Flyte execution.