jedcunningham commented on code in PR #29926:
URL: https://github.com/apache/airflow/pull/29926#discussion_r1137694479


##########
airflow/configuration.py:
##########


Review Comment:
   Ah, TIL about AIRFLOW_HOME/config being added to sys.path automatically 🤦‍♂️ 
Makes a little more sense now 🎉
   
   Still, our usage of webserver_config isn't tied to being in sys.path at all. 
I don't see a ton of value moving it, but if we want to, it should still be 
configurable (e.g. with an `AIRFLOW_WEBSERVER_CONFIG` or a proper conf entry). 
This solves the real problem, which is "I want it where I want it" - not 
everyone will find the config dir any easier or straight forward.



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