amoghrajesh commented on code in PR #60410:
URL: https://github.com/apache/airflow/pull/60410#discussion_r2781061941


##########
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:
   Very good idea. Made the change. I went ahead and did this:
   
   - Removed "yaml" references
   - Added "from_hook" instead of legacy to current methods



-- 
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]

Reply via email to