potiuk commented on code in PR #58888:
URL: https://github.com/apache/airflow/pull/58888#discussion_r2581060328
##########
shared/configuration/src/airflow_shared/configuration/parser.py:
##########
@@ -1708,3 +1708,80 @@ def _ensure_providers_config_unloaded(self) -> bool:
def _reload_provider_configs(self) -> None:
"""Reload providers configuration."""
raise NotImplementedError("Subclasses must implement
_reload_provider_configs method")
+
Review Comment:
do we really need that ? Cannot we initialize timezone with the config we
already have?
--
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]