Metadata-Version: 2.1
Name: airflow-provider-fivetran
Version: 0.0.2
Summary: A Fivetran provider for Apache Airflow
Home-page: https://github.com/fivetran/airflow-provider-fivetran
Author: Fivetran Developer Relations
Author-email: devrel@fivetran.com
License: Apache License 2.0
Project-URL: Bug Tracker, https://github.com/fivetran/airflow-provider-fivetran/issues
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: apache-airflow (>=1.10)

# Apache Airflow Provider for Fivetran

**Experimental library as of February 2021! The Fivetran devrel team maintains this provider in an experimental state and does not guarantee ongoing support yet.**

An Airflow operator for [Fivetran](https://fivetran.com). Fivetran automates your data pipeline, and Airflow automates your data processing.

## Installation

Pre-requisites: An environment running `apache-airflow`.

```
pip install airflow-provider-fivetran
```

## Modules

[Fivetran Operator](./airflow_provider_fivetran/operators/fivetran.py): A base operator for Fivetran. Import into your DAG via:

```
from airflow_provider_fivetran.operators.fivetran import FivetranOperator
```

## Examples

See the [**examples**](./airflow_provider_fivetran/examples) directory for an example DAG.

**This operator is in very early stages of development! Feel free to submit issues, PRs, or email the current authors at [devrel@fivetran.com](mailto:devrel@fivetran.com) for feedback.


