# Airflow Provider

The `airflow-provider-flyte` package provides an operator, a sensor, and a hook that integrates Flyte into Apache Airflow.
`FlyteOperator` is helpful to trigger a task/workflow in Flyte and `FlyteSensor` enables monitoring a Flyte execution status for completion.

The primary use case of this provider is to **scale Airflow for machine learning tasks using Flyte**.
With the Flyte Airflow provider, you can construct your ETL pipelines in Airflow and machine learning pipelines in Flyte
and use the provider to trigger machine learning or Flyte pipelines from within Airflow.

## Installation

```shell
$ pip install airflow-provider-flyte
```

All the configuration options for the provider are available in the provider repo's [README](https://github.com/flyteorg/airflow-provider-flyte#readme).

## Subpages

- [FlyteOperator Example](https://www.union.ai/docs/v1/flyte/integrations/flyte-operators/airflow-plugin/airflow/page.md)

---
**Source**: https://github.com/unionai/unionai-docs/blob/main/content/integrations/flyte-operators/airflow-plugin/_index.md
**HTML**: https://www.union.ai/docs/v1/flyte/integrations/flyte-operators/airflow-plugin/
