-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add export option to harvest errors table #4981
Comments
exporting all record errors can be expensive. we paginate the data because of this. we could cache the download response to avoid unnecessary processing. the record errors of a job aren't going to change so the cache time can be whatever we want. if we intend to clear record errors we'd probably want to clear the associated cache as well |
exporting job errors. functionality is the same for records. Screen.Recording.2025-01-22.at.4.11.02.PM.mov |
export job record errors without pagination. there's 10 record errors for this job but only 5 records are displayed in the table because of pagination. the output csv contains all 10 record errors for this job. Screen.Recording.2025-01-23.at.10.47.21.AM.mov |
User Story
As a harvest source POC, I want a way to export the error table data, so that I can work with the data in a spreadsheet vs in the UI
Acceptance Criteria
WHEN the error table renders
THEN the user has an option to download the table in .csv format
Background
https://docs.google.com/document/d/1ktdicfssXhtjyYnkdvi1q7GCEDDMWAfv1kDrvnxUcL8/edit?tab=t.0
Security Considerations (required)
none
Sketch
Technical details TBD
The text was updated successfully, but these errors were encountered: