uranusjr commented on PR #30367: URL: https://github.com/apache/airflow/pull/30367#issuecomment-1491247166
The environment variable was introduced in #25832 to avoid import time side effects. Since reading the `__version__` variable should not be affected by side effects (we are in big trouble if it does), adding this environ should be safe and future-proof. -- 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]
