Skip to content

Commit

Permalink
Add backward compatibility for core__sql_alchemy_conn__cmd (#23441)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0cdd401)
  • Loading branch information
c-thiel authored and ephraimbuddy committed May 8, 2022
1 parent 4d1f600 commit 367865a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions airflow/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ class AirflowConfigParser(ConfigParser):
('atlas', 'password'),
('smtp', 'smtp_password'),
('webserver', 'secret_key'),
# The following options are deprecated
('core', 'sql_alchemy_conn'),
}

# A mapping of (new section, new option) -> (old section, old option, since_version).
Expand Down

0 comments on commit 367865a

Please sign in to comment.