yuseok89 commented on code in PR #63826:
URL: https://github.com/apache/airflow/pull/63826#discussion_r3016455787
##########
airflow-core/src/airflow/api_fastapi/core_api/services/ui/connections.py:
##########
@@ -222,19 +223,39 @@ def _convert_extra_fields(form_widgets: dict[str,
ConnectionFormWidgetInfo]) ->
@staticmethod
@cache
def hook_meta_data() -> list[ConnectionHookMetaData]:
- hooks, connection_form_widgets, field_behaviours =
HookMetaService._get_hooks_with_mocked_fab()
+ from airflow.providers_manager import ProvidersManager
Review Comment:
Thanks for the suggestion. I've updated so `ProvidersManager` is imported at
module scope instead of inside the function.
--
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]