The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
d65ac98e8bb0ee7172e0b5f717dd574130b01e3b / Ephraim Anierobi 
<[email protected]>
Fix broken getting webserver config file from settings.WEBSERVER

At the point of creating the webserver app, settings.WEBSERVER returns an empty
string. This started after this commit: 
https://github.com/apache/airflow/commit/6362ba5ab45a38008814616df4e17717cc3726c3
and I wonder why we are not getting this value from the airflow configuration?
I think the airflow config file should be the source of truth for anything 
configuration, so I'm changing it to get
the configuration from airflow config file while we look for a fix for the 
settings.WEBSERVER being empty.

The current problem with not getting value from settings.WEBSERVER means that 
changes in webserver_config are not picked by
airflow. So if you want to enable user registration for example, it will fail. 
This fixes it.

Report URL: https://github.com/apache/airflow/actions/runs/5659420911

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to