From faf5203991ee908e0a7be05e08df417b7fd79157 Mon Sep 17 00:00:00 2001 From: hanu-14 Date: Sun, 12 Jul 2026 19:31:52 +0530 Subject: [PATCH] Update SQLAlchemy documentation link from 1.4 to 2.0 --- 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 545cded21d71d..af11f9fe701d1 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 - `__ + `__ for more details. version_added: 2.3.0 type: boolean