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.
   
   ![Screenshot 2025-06-30 at 18 34 
07](https://github.com/user-attachments/assets/4b3690c3-8a6e-41fc-af1d-140e90faf51d)
   ![Screenshot 2025-06-30 at 18 34 
17](https://github.com/user-attachments/assets/0f60cc6d-d57b-4576-a40d-879100eb9d09)
   ![Screenshot 2025-06-30 at 18 34 
28](https://github.com/user-attachments/assets/361db09c-687c-4ab8-a781-6e65245d8faa)
   


-- 
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]

Reply via email to