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

jscheffl pushed a commit to branch v3-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-2-test by this push:
     new 6d6be2ee604 [v3-2-test] Hide legacy sql connection (#64923) (#64973)
6d6be2ee604 is described below

commit 6d6be2ee604b928c2c47f80704f89c0dfbb59648
Author: Jens Scheffler <[email protected]>
AuthorDate: Thu Apr 9 20:58:25 2026 +0200

    [v3-2-test] Hide legacy sql connection (#64923) (#64973)
    
    (cherry picked from commit 645413bc845ddba0e6f304a26ba12f7efce5506d)
---
 shared/configuration/src/airflow_shared/configuration/parser.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shared/configuration/src/airflow_shared/configuration/parser.py 
b/shared/configuration/src/airflow_shared/configuration/parser.py
index 9826afdc40f..c34911039a4 100644
--- a/shared/configuration/src/airflow_shared/configuration/parser.py
+++ b/shared/configuration/src/airflow_shared/configuration/parser.py
@@ -257,6 +257,7 @@ class AirflowConfigParser(ConfigParser):
         ("scheduler", "ti_metrics_interval"): ("scheduler", 
"running_metrics_interval", "3.2.0"),
         ("api", "fallback_page_limit"): ("api", "page_size", "3.2.0"),
         ("workers", "missing_dag_retries"): ("workers", "missing_dag_retires", 
"3.1.8"),
+        ("database", "sql_alchemy_conn"): ("core", "sql_alchemy_conn", "3.0"),
     }
 
     # A mapping of new section -> (old section, since_version).

Reply via email to