-
Notifications
You must be signed in to change notification settings - Fork 3
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
[bug] OFA unable to export data to csv by record type and fiscal period #3137
Comments
Potential solution(s) coming out of office hours:
https://nextlinklabs.com/resources/insights/django-big-data-iteration |
Can we implement a class that uses the suggested solutions to be used in other areas of the code base? This large queryset issue presented itself in the testing of #3064 in the qasp environment:
|
Thank you for taking the time to let us know about the issue you found. The basic rule for bug reporting is that
something isn't working the way one would expect it to work. Please provide us with the information requested
below and we will look at it as soon as we are able.
Description
OFA typically extracts data for all STTs by record type and fiscal period. For some record types (e.g. T2, T3), this typically includes upwards of 500K (reference). on 8/8/2024, we attempted to export the latest TANF T2 records for FY2023Q1, which includes approx 500K records, and the process failed.
Action Taken
apply filters
go
What I expected to see
a pop-up of the csv file exported, such as in the example below:
What I did see
interface
logs
Other Helpful Information
The text was updated successfully, but these errors were encountered: