justinpark opened a new pull request, #31591: URL: https://github.com/apache/superset/pull/31591
### SUMMARY As purposed in [SIP-111](https://github.com/apache/superset/issues/26395), this commit introduces the new SQL Lab sidebar UI using tree view structure. 1. The database selector will be maintained, while the schema selector will be moved to a tree view. 2. Change the dropdown UI for the table selector to a tree view for improved navigation. 3. For databases that support catalogs, the catalog selector will be displayed under the database selector, and the tree will show the list of schemas for the corresponding category. 4. Add a search box to allow users to find matches in both the datasource catalog and table metadata and schema for enhanced information retrieval. 5. Caching and Action Buttons: **As proposed, it will include a force-refresh feature and modify the existing functionalities from the previous table/schema to be displayed under the dropdown action link** ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF https://github.com/user-attachments/assets/8ae84002-e255-43a7-9064-c702d53ae682 ### TESTING INSTRUCTIONS Go to SQL Lab and try to explore the table metadata using new UI ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [ ] Has associated issue: - [ ] Required feature flags: - [x] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
