From 706f256f6e41d8c724bc94ac852573094431ce25 Mon Sep 17 00:00:00 2001 From: Itay Date: Fri, 24 Jun 2022 10:19:41 +0300 Subject: [PATCH] docs: sqlalchemy link update following to this change: https://github.com/apache/airflow/pull/22114 --- docs/apache-airflow/howto/set-up-database.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow/howto/set-up-database.rst b/docs/apache-airflow/howto/set-up-database.rst index 9a9b6ababc2a1..cdf9f04aceceb 100644 --- a/docs/apache-airflow/howto/set-up-database.rst +++ b/docs/apache-airflow/howto/set-up-database.rst @@ -20,7 +20,7 @@ Set up a Database Backend ========================= -Airflow was built to interact with its metadata using `SqlAlchemy `__. +Airflow was built to interact with its metadata using `SqlAlchemy `__. The document below describes the database engine configurations, the necessary changes to their configuration to be used with Airflow, as well as changes to the Airflow configurations to connect to these databases.