From 2113d72466fc89215c5874eab4124fce06a6d751 Mon Sep 17 00:00:00 2001 From: Itay Date: Fri, 24 Jun 2022 11:12:22 +0300 Subject: [PATCH] docs: sqlalchemy link update (#24627) 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.