eschutho opened a new pull request, #33104: URL: https://github.com/apache/superset/pull/33104
### SUMMARY First Stage of [Folders SIP](https://github.com/apache/superset/issues/32351) Implementation This PR introduces dataset folder handling in Explore’s Dataset panel. #### Key Features: 1. Supports flat and nested folders, as well as folders mixed with columns and metrics. 2. Removes the previous 50-item display limit and associated “show more” buttons, as the list is now virtualized. 3. Ensures backward compatibility: if no folders are defined, columns and metrics appear in default “Metrics” and “Columns” folders, maintaining the existing behavior. #### Related Work (opening for @kgabryje) This builds on @betodealmeida’s [backend PR](https://github.com/apache/superset/pull/32520). While UI support for setting folders is not yet implemented, folders can be configured via the API. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF <img width="301" alt="Screenshot 2025-03-07 at 17 54 32" src="https://github.com/user-attachments/assets/99989896-01bb-446a-92f9-92520e483f86" /> ### TESTING INSTRUCTIONS 1. Open Explore 2. The metrics and columns should be displayed exactly as before 3. Send a PUT request to /api/v1/dataset to create folders (see https://github.com/apache/superset/pull/32520) 5. Verify that the folders and their content are rendered in Explore correctly ### 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: - [ ] 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org