From 1baf1bc310787fdc2b1bea29fbacb13a23447e1f Mon Sep 17 00:00:00 2001 From: pmbrull Date: Mon, 28 Mar 2022 07:51:40 +0000 Subject: [PATCH] GitBook: [#170] SQLAlchemy constraint --- docs/integrations/airflow/custom-airflow-installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/integrations/airflow/custom-airflow-installation.md b/docs/integrations/airflow/custom-airflow-installation.md index 813615fddb8..108ac933426 100644 --- a/docs/integrations/airflow/custom-airflow-installation.md +++ b/docs/integrations/airflow/custom-airflow-installation.md @@ -34,6 +34,8 @@ 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. +> If you see any `pip` errors when running this command due to `sqlalchemy`, please check that the correct version of the packages got installed. E.g., `SQLAlchemy==1.4.xx` and your `apache-airflow==2.x.y`. We are waiting for Airflow to remove the upper constraint on `sqlalchemy`, but the code should be compatible as is. You can find further information [here](https://github.com/apache/airflow/pull/16630). + Afterward, you can jump into `airflow.cfg` following the [Airflow Lineage Backend](airflow-lineage.md) guide. ### Airflow 1.10.15