uranusjr commented on pull request #16088: URL: https://github.com/apache/airflow/pull/16088#issuecomment-849519410
If we’re going to keep having global variables without actually having the state global (likely the practical approach given the giant effort required to refactor away `airflow.conf` usages entirely), we could probably ~steal~ learn a trick or two from Flask. They are the expert hiding local states behind global variables (`flask.request`, `flask.g`, etc.) -- 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. For queries about this service, please contact Infrastructure at: [email protected]
