MINOR - Note on airflow docs (#15472)

This commit is contained in:
Pere Miquel Brull 2024-03-07 08:59:26 +01:00 committed by GitHub
parent 26f55b31fb
commit 68e6bcf82e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,9 +30,15 @@ To run the Airflow ingestion, you will need to install:
pip3 install "openmetadata-ingestion[airflow]"
```
Note that this installs the same Airflow version that we ship in the Ingestion Container.
{% note %}
Note that this installs the same Airflow version that we ship in the Ingestion Container. If you are running
the ingestion from Airflow already, you **DON'T NEED** to install the `airflow` plugin.
Instead, just run `pip3 install "openmetadata-ingestion"`.
{% /note %}
The ingestion using Airflow version 2.3.3 as a source package has been tested against Airflow 2.3.3 and Airflow 2.2.5.
**Note:** we only support officially supported Airflow versions. You can check the version list [here](https://airflow.apache.org/docs/apache-airflow/stable/installation/supported-versions.html).
@ -61,8 +67,6 @@ This is a sample config for Airbyte:
{% codeInfo srNumber=1 %}
-
-
**connection**: Airflow metadata database connection. See
these [docs](https://airflow.apache.org/docs/apache-airflow/stable/howto/set-up-database.html)
for supported backends.