This is an automated email from the ASF dual-hosted git repository.
vincbeck 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 f60a9211551 Update SQLAlchemy documentation link from 1.4 to 2.0
(#69775)
f60a9211551 is described below
commit f60a92115512b64fdbf1a2f6b5f50c5c5f9ec7ce
Author: MOHAMMED HANAN M T P <[email protected]>
AuthorDate: Tue Jul 14 21:37:12 2026 +0530
Update SQLAlchemy documentation link from 1.4 to 2.0 (#69775)
---
airflow-core/src/airflow/config_templates/config.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow-core/src/airflow/config_templates/config.yml
b/airflow-core/src/airflow/config_templates/config.yml
index 545cded21d7..af11f9fe701 100644
--- a/airflow-core/src/airflow/config_templates/config.yml
+++ b/airflow-core/src/airflow/config_templates/config.yml
@@ -683,7 +683,7 @@ database:
Check connection at the start of each connection pool checkout.
Typically, this is a simple statement like "SELECT 1".
See `SQLAlchemy Pooling: Disconnect Handling - Pessimistic
-
<https://docs.sqlalchemy.org/en/14/core/pooling.html#disconnect-handling-pessimistic>`__
+
<https://docs.sqlalchemy.org/en/20/core/pooling.html#disconnect-handling-pessimistic>`__
for more details.
version_added: 2.3.0
type: boolean