mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 12:36:56 +00:00
GitBook: [#169] Lineage Airflow 1.10.15
This commit is contained in:
parent
1df5a4e52e
commit
cc794b780b
@ -34,7 +34,21 @@ pip install "openmetadata-ingestion[airflow-container]"
|
||||
|
||||
What this does is add the full core `openmetadata-ingestion` package plus some version alignments for a few libraries to make everything compatible with Airflow.
|
||||
|
||||
Afterward, you can jump into `airflow.cfg` following the guide above.
|
||||
Afterward, you can jump into `airflow.cfg` following the [Airflow Lineage Backend](airflow-lineage.md) guide.
|
||||
|
||||
### Airflow 1.10.15
|
||||
|
||||
If running on a lower Airflow version, then you'll need to install:
|
||||
|
||||
{% tabs %}
|
||||
{% tab title="Install Using PyPI" %}
|
||||
```bash
|
||||
pip install "openmetadata-ingestion[airflow-container-1.10.15]"
|
||||
```
|
||||
{% endtab %}
|
||||
{% endtabs %}
|
||||
|
||||
You should either run this command or the one above, but not both, which will result in version incompatibilities. Then, follow the [Airflow Lineage Backend](airflow-lineage.md) guide to prepare the `airflow.cfg` file and configure your DAGs.
|
||||
|
||||
## Connector Modules
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user