From 2df0db15ce67de0fef4da445bde91fcec0694c1d Mon Sep 17 00:00:00 2001 From: Priyansh Bastawale Date: Wed, 8 Jul 2026 12:19:03 +0530 Subject: [PATCH] docs: update SQLAlchemy pooling documentation link --- 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