Skip to content

Commit 645413b

Browse files
authored
Hide legacy sql connection (#64923)
1 parent 35d76bc commit 645413b

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
@@ -258,6 +258,7 @@ class AirflowConfigParser(ConfigParser):
258258
("api", "fallback_page_limit"): ("api", "page_size", "3.2.0"),
259259
("workers", "missing_dag_retries"): ("workers", "missing_dag_retires", "3.1.8"),
260260
("core", "execution_api_server_url"): ("workers", "execution_api_server_url", "3.0"),
261+
("database", "sql_alchemy_conn"): ("core", "sql_alchemy_conn", "3.0"),
261262
}
262263

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

0 commit comments

Comments
 (0)