pierrejeambrun opened a new pull request, #52582: URL: https://github.com/apache/airflow/pull/52582
Add the ability to see Plugins `flask_app_builder_views` in Airflow 3. Basically if we detect any `flaks_app_builder_views` in the plugins, and that those views have a menu entry, (They are not direct access only) we will add a "Legacy FAB views" entry to plugins. This will map to `pluginsv2` and there we will see our views in the menu, with the ability to click on them. Unfortunately I don't think we can guess the view url with the current API information, so we cannot directly map to legacy views from the Airflow 3 plugin menu item.    -- 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]
