-
Notifications
You must be signed in to change notification settings - Fork 14.9k
AIP-38: remove default_ui_timezone
#49176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
8498138
to
699fd13
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could drop that, but I find it to be an interesting small feature at a limited cost. (For now the complexity added is low, maintainability is close to None too because everything is handled by the TimezoneProvider
and we rarely update that piece of code) I'm not sure if we should drop it.
What do you think @bbovenzi ?
I'm ambivalent. Generally I like to simplify config, and I like to have less of the UI dictated by the config and 3.0 is the time to remove old ones. |
Ok let’s go for removal then |
Thanks for reviewing~ |
699fd13
to
3ff810d
Compare
3ff810d
to
5ee2bce
Compare
Related Issue
Why
The
default_ui_timezone
configuration was adding unnecessary complexity to the Airflow UI timezone management. By removing this configuration and always using the system timezone as default, it would have better user experience.How
default_ui_timezone
from configuration files^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rst
or{issue_number}.significant.rst
, in airflow-core/newsfragments.