hasura / hasura/graphql-engine
Export CSV files aren't showing the entire table data.
- Dominant language
- TypeScript
- Stars
- 32.1k
- Forks
- 3k
- PR merge metrics
- PR metrics pending
Description
Using the latest version.
When I have a table to 150 rows and try exporting in csv, it doesn't give the entire data. The exported file has only like 30 to 40 records. Please fix.
### Version Information
Server Version:
CLI Version (for CLI related issue):
### Environment
### What is the expected behaviour?
The export button when clicked gives csv as an option which then when clicked on should give a file with all the rows as records in it.
### Keywords
### What is the current behaviour?
The export button when clicked gives csv as an option which then when clicked on should give a file with all the rows as records in it but currently only 30 to 40 rows are being added in the file.
### How to reproduce the issue?
1.
2.
3.
### Screenshots or Screencast
### Please provide any traces or logs that could help here.
### Any possible solutions?
### Can you identify the location in the source code where the problem exists?
### If the bug is confirmed, would you be willing to submit a PR?
Contributor guide
Research direction
Start at the export button and trace how CSV export handles a table with more than 30–40 rows. The issue does not identify a source file, test, or reproduction steps, so first locate the export entry point and check whether the generated CSV includes all rows; done means a CSV export contains every row in the table.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- graphql, typescript
- Domain
- data, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100