DhruvShah-Dev opened a new pull request, #42316: URL: https://github.com/apache/superset/pull/42316
### Summary Implemented support for show_download=1 on standalone Explore chart URLs. The download control is hidden by default, only renders for standalone charts, and remains permission-gated by can_download. The implementation reuses the existing Explore export handlers for CSV, JSON, Excel, pivot exports, and current-view exports. It passes chart ownState so table filters, search, sorting, and client-side view state continue to be respected. The standalone iframe only exposes data export actions and does not expose edit, share, report, or full header controls. Fixes #42224. ### Tests - git diff --check origin/master...HEAD - Could not complete frontend Jest/TypeScript verification locally because pm ci repeatedly exited with an incomplete dependency tree in this environment. -- 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]
