kaxil commented on code in PR #56177: URL: https://github.com/apache/airflow/pull/56177#discussion_r2448803235
########## 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. + +... + +External Views +-------------- + +External views can also be embedded directly into the Airflow UI using iframes by providing a `url_route` value. Review Comment: ```suggestion External views can also be embedded directly into the Airflow UI using iframes by providing a ``url_route`` value. ``` -- 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]
