Actions
Task #19279
closedTask #19245: Sprint Planning for 19/01/2026 - 30/01/2026
Superset Export to Excel/CSV Only Exports Current Page (10 Records)
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
01/14/2026
Due date:
01/14/2026
% Done:
100%
Estimated time:
0:00 h
GitLab ID:
3694
GitLab Milestone:
GitLab Ticket Number:
1127
GitLab Time Logged:
0
Lock Timeline Date:
No
gitlab project trace:
Sprint Planning for 19/01/2026 - 30/01/2026
Description
In all Superset reports, the "Export to Excel" and "Export to CSV" functionalities are exporting only the 10 records currently visible in the grid page.
However, the expected behaviour is that all records that match the applied filter criteria should be exported, not just the current page.
This issue is consistently reproducible across all reports.
Steps to Reproduce
- Open any Superset report.
- Apply filters that return more than 10 records.
- Click Download→ Export to Excel or Export to CSV.
- Open the exported file.
Actual Result
The exported file contains only the 10 records from the current page of the grid.
Expected Result
The exported file should contain all the records that match the selected filter criteria, across all pages in the grid.
Acceptance Criteria
- When a user exports a Superset report to Excel or CSV,
Then the exported file contains all records available in the report, not just the current page. - If filters are applied, the export should include all records that match the filter criteria.
- If no filters are applied, the export should include the entire dataset for the report.
- Pagination must never limit the exported data.
- The export behaviour must be consistent across all Superset reports.
GitLab Sync Log
[]
Updated by Redmine Admin about 2 months ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Actions