bbovenzi commented on code in PR #56177: URL: https://github.com/apache/airflow/pull/56177#discussion_r2448899971
########## airflow-core/docs/administration-and-deployment/plugins.rst: ########## @@ -151,6 +167,19 @@ additional initialization. Please note ``name`` inside this class must be specif Make sure you restart the webserver and scheduler after making changes to plugins so that they take effect. +Plugin Management Interface +--------------------------- + +Airflow 3.1 introduces a Plugin Management Interface, available under *Admin → Plugins* in the Airflow UI. +This page allows you to view installed plugins, enable or disable them, and troubleshoot loading issues. Review Comment: ```suggestion Airflow 3.1 introduces a Plugin Management Interface, available under *Admin → Plugins* in the Airflow UI. This page allows you to view installed plugins. ``` We do not support any edit actions on plugins from the UI. -- 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]
