eladkal commented on code in PR #23441:
URL: https://github.com/apache/airflow/pull/23441#discussion_r863676302
##########
airflow/configuration.py:
##########
@@ -140,6 +140,8 @@ class AirflowConfigParser(ConfigParser):
('atlas', 'password'),
('smtp', 'smtp_password'),
('webserver', 'secret_key'),
+ # The following options are deprecated
+ ('core', 'sql_alchemy_conn')
Review Comment:
```suggestion
('core', 'sql_alchemy_conn'),
```
To fix static checks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]