greggailly opened a new pull request, #42483: URL: https://github.com/apache/superset/pull/42483
feat(folders): drag and drop entire folders in explore view ### SUMMARY Allow to drag and drop all columns of a single folder (including subfolders) onto dnd fields (group by, metrics etc...) in explore view. Folder can be grabbed by the header. A small overlay showing the number of columns dragged shows up when dragging. Already added columns are not added. If dropped on metrics the "SUM" aggregation is applied by default for numeric values and count distinct for text values . ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF Columns with a subfolder: <img width="656" height="330" alt="Screen Recording 2026-07-27 at 16 51 14" src="https://github.com/user-attachments/assets/28767f7a-4a26-499e-aaba-6318bf92af71" /> Metrics just a single subfolder: <img width="656" height="330" alt="Screen Recording 2026-07-27 at 16 52 07" src="https://github.com/user-attachments/assets/64bfa1de-b7a9-4e0a-9fd9-f44be283abfd" /> ### TESTING INSTRUCTIONS - Create folders on a dataset - Create a new chart in explore mode - Drag and drop folders onto dimensions, groupbys or metrics fields ### ADDITIONAL INFORMATION - [x] Changes UI -- 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]
