You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
airflow db upgrade showed a list of messages inline with what is in the changelog:
Database configuration moved to new section (#22284)
The following configurations have been moved from [core] to the new [database] section. However when reading the new option, the old option will be checked to see if it exists. If it does a DeprecationWarning will be issued and the old option will be used instead.
May 04 08:46:21 postest airflow[108983]: [2022-05-04 08:46:21 +0200] [108983] [ERROR] Exception in worker process
May 04 08:46:21 postest airflow[108983]: [2022-05-04 08:46:21,254] {configuration.py:494} WARNING - section/key [core/sql_alchemy_conn] not found in config
May 04 08:46:21 postest airflow[108982]: [2022-05-04 08:46:21 +0200] [108982] [INFO] Worker exiting (pid: 108982)
May 04 08:46:21 postest airflow[108982]: airflow.exceptions.AirflowConfigException: section/key [core/sql_alchemy_conn] not found in config
for now I duplicated the lines, so they are both in [core] and [database], so no big issue.
What you think should happen instead
service should start and find the settings in the [database] section
How to reproduce
upgrade from 2.2.5, move the lines in question to a new [database] section and start the webservice.
Apache Airflow version
2.3.0 (latest released)
What happened
upgraded from 2.2.5
airflow db upgrade showed a list of messages inline with what is in the changelog:
Database configuration moved to new section (#22284)
The following configurations have been moved from [core] to the new [database] section. However when reading the new option, the old option will be checked to see if it exists. If it does a DeprecationWarning will be issued and the old option will be used instead.
so nice as I am I moved those lines from [core] to a new [database] section and airflow db upgrade did not mention them again so all was well.
After that I started the services
sudo systemctl start airflow-webserver.service
sudo systemctl start airflow-scheduler.service
but the webservice failed with this error:
May 04 08:46:21 postest airflow[108983]: [2022-05-04 08:46:21 +0200] [108983] [ERROR] Exception in worker process
May 04 08:46:21 postest airflow[108983]: [2022-05-04 08:46:21,254] {configuration.py:494} WARNING - section/key [core/sql_alchemy_conn] not found in config
May 04 08:46:21 postest airflow[108982]: [2022-05-04 08:46:21 +0200] [108982] [INFO] Worker exiting (pid: 108982)
May 04 08:46:21 postest airflow[108982]: airflow.exceptions.AirflowConfigException: section/key [core/sql_alchemy_conn] not found in config
for now I duplicated the lines, so they are both in [core] and [database], so no big issue.
What you think should happen instead
service should start and find the settings in the [database] section
How to reproduce
upgrade from 2.2.5, move the lines in question to a new [database] section and start the webservice.
Operating System
Ubuntu 20.04.4 LTS (Focal Fossa)
Versions of Apache Airflow Providers
apache-airflow-providers-ftp==2.1.2
apache-airflow-providers-http==2.1.2
apache-airflow-providers-imap==2.2.3
apache-airflow-providers-postgres==4.1.0
apache-airflow-providers-sqlite==2.1.3
Deployment
Other
Deployment details
No response
Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: