Skip to content

Commit 6d6be2e

Browse files
authored
[v3-2-test] Hide legacy sql connection (#64923) (#64973)
(cherry picked from commit 645413b)
1 parent 663b6e7 commit 6d6be2e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • shared/configuration/src/airflow_shared/configuration

shared/configuration/src/airflow_shared/configuration/parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ class AirflowConfigParser(ConfigParser):
257257
("scheduler", "ti_metrics_interval"): ("scheduler", "running_metrics_interval", "3.2.0"),
258258
("api", "fallback_page_limit"): ("api", "page_size", "3.2.0"),
259259
("workers", "missing_dag_retries"): ("workers", "missing_dag_retires", "3.1.8"),
260+
("database", "sql_alchemy_conn"): ("core", "sql_alchemy_conn", "3.0"),
260261
}
261262

262263
# A mapping of new section -> (old section, since_version).

0 commit comments

Comments
 (0)