Taragolis commented on issue #24690:
URL: https://github.com/apache/airflow/issues/24690#issuecomment-1168006653

   ```
   # Copy over our Airflow DAGs and config
   COPY --chown=airflow:root ./wait-for-it.sh /usr/local/bin
   COPY --chown=airflow:root ./airflow /opt/airflow/
   ```
   ```
   apache-airflow-spike-web-1        |   File 
"/opt/airflow/webserver_config.py", line 30, in <module>
   apache-airflow-spike-web-1        |     SQLALCHEMY_DATABASE_URI = 
conf.get('core', 'SQL_ALCHEMY_CONN')
   ```
   
   Change in your `webserver_config.py` in line 30  _conf.get('core', 
'SQL_ALCHEMY_CONN')_ ->  _conf.get('database', 'sql_alchemy_conn')_
   


-- 
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]

Reply via email to