jscheffl commented on PR #60410: URL: https://github.com/apache/airflow/pull/60410#issuecomment-3873956092
> LGTM like the direction. Just the issue mentioned with TP during last meeting, how will the server API know what providers version are installed and fetch the appropriate yaml definition for the appropriate provider version. (this is not necessarily the last one and core dosn't know that if providers aren't installed) -> diagnostic tasks to collect runtime information? > > Just a precision, this will not help with 'api server startup time', it's more the 'first request' on hook meta data endpoint that actually does the work. (and is cached) The list also today on API server is lazy loaded - so first time you open the connection UI it will be loaded on API server. This "lazy long loading" will be optimized in future. API server start time might be improved if we do not install all providers in the API server except plugins. But this is a larger/different work -- 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]
