This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 2113d72466 docs: sqlalchemy link update (#24627)
2113d72466 is described below

commit 2113d72466fc89215c5874eab4124fce06a6d751
Author: Itay <[email protected]>
AuthorDate: Fri Jun 24 11:12:22 2022 +0300

    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 9a9b6ababc..cdf9f04ace 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 
<https://docs.sqlalchemy.org/en/13/>`__.
+Airflow was built to interact with its metadata using `SqlAlchemy 
<https://docs.sqlalchemy.org/en/14/>`__.
 
 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.
 

Reply via email to