jscheffl commented on code in PR #60410:
URL: https://github.com/apache/airflow/pull/60410#discussion_r2760845854
##########
airflow-core/src/airflow/providers_manager.py:
##########
@@ -525,6 +525,7 @@ def initialize_providers_hooks(self):
self._init_airflow_core_hooks()
self.initialize_providers_list()
self._discover_hooks()
+ self._load_ui_metadata_from_yaml()
Review Comment:
+1 Maybe assuming that the YAML loading is the new default and the "classic"
WTForms is the future legacy, we can make the name shorter w/o YAML and rather
name the "legacy" function with an extension making clear this is from fab or
wtforms?
--
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]