From 4913aeb53bac0c13c6bea16a6c54e474066e1229 Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Fri, 24 Mar 2023 06:31:38 +0100 Subject: [PATCH] Docs - Add Airflow version support (#10707) --- .../content/connectors/pipeline/airflow/cli.md | 6 ++++++ .../content/connectors/pipeline/airflow/index.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/openmetadata-docs/content/connectors/pipeline/airflow/cli.md b/openmetadata-docs/content/connectors/pipeline/airflow/cli.md index 8c4d6432c4c..b132bb180ef 100644 --- a/openmetadata-docs/content/connectors/pipeline/airflow/cli.md +++ b/openmetadata-docs/content/connectors/pipeline/airflow/cli.md @@ -33,6 +33,12 @@ Airflow `2.3.3` from Release `0.12`. 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 that 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). + + + ## Metadata Ingestion All connectors are defined as JSON Schemas. diff --git a/openmetadata-docs/content/connectors/pipeline/airflow/index.md b/openmetadata-docs/content/connectors/pipeline/airflow/index.md index 08b2c5b1af9..ebffa7c686c 100644 --- a/openmetadata-docs/content/connectors/pipeline/airflow/index.md +++ b/openmetadata-docs/content/connectors/pipeline/airflow/index.md @@ -43,6 +43,12 @@ To deploy OpenMetadata, check the Deployment guides. To run the Ingestion via the UI you'll need to use the OpenMetadata Ingestion Container, which comes shipped with custom Airflow plugins to handle the workflow deployment. + + +Note that 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). + + + ## Metadata Ingestion ### 1. Visit the Services Page