jscheffl opened a new pull request, #59819: URL: https://github.com/apache/airflow/pull/59819
Another small increment to remove global statements for PR https://github.com/apache/airflow/pull/58116 This removes (most of the) global statements from configuration.py where the JWT and FERNET key were hold, smelled a bit like a public interfaces which it should not. Using a private container class to prevent usage of global variables. The leftover `AIRFLOW_HOME` is marked deprecated so in this case I'd rather exclude from future PLW0603 checks `global` is evil. -- 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]
