potiuk commented on PR #33778: URL: https://github.com/apache/airflow/pull/33778#issuecomment-1783787983
This change is present in 2.7.2 https://github.com/apache/airflow/blob/2.7.2/airflow/www/views.py#L842C1-L844C24 and you can even check it yourself @boushphong by looking at the code where your airflow is installed (In Python you can always check yourself the code of the application). You can also check it yourself in the packages you install - download them in PyPI, uncompress and see it for yourself . If you have wrong code in your installation, then probably something wrong with your deployment. Maybe your webserver uses different version etc. etc. Please check all of that and if you see that our released package does not have the code, then raise an alarm pointing to that. Can you please do all those check and let us know if you find out that the code did not make it to our packae? No need for maintainers doing it (or being tagged) - since you can do it. Can you help us by doing the checl please @boushphong aand report to us if you find our releases are wrong? -- 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]
