-
Notifications
You must be signed in to change notification settings - Fork 16
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
Deploy & run load-transform in production #1956
Comments
Deployment was successful (https://github.com/HHS/simpler-grants-gov/releases/tag/2024.5.9-1) after setting up schemas #1848. The foreign tables were created manually. Then executed the load using:
It was successful on the following tables:
Failed on tables:
|
Comparing the raw counts of the opportunity statuses between the legacy and our process after running fully in prod. We have 3 fewer forecasted opportunities. Looking a bit closer:
The left value is grants.gov - the right value is our data I remember looking at 336962 before the break - I wasn’t sure why it wasn’t forecasted in the legacy system. I’m guessing just some issue with the record getting loaded into their search? https://grants.gov/search-results-detail/344227 and https://grants.gov/search-results-detail/344228 are both clearly the “has both a synopsis and forecast - but uses the forecast” case that the legacy system supports and we do not. https://grants.gov/search-results-detail/337347 and https://grants.gov/search-results-detail/322537 are also the same case - but it’s not as obvious from the UI. The synopsis record they have that we have take precedence doesn’t display on the UI because they only have a single version of the synopsis (the legacy UI never displays the most recent version of the forecast/synopsis when the synopsis/forecast shows) |
Summary
Deploy the latest code to production and run the load-transform job in production.
Troubleshoot and fix any errors or issues. Verify that the database looks right.
Acceptance criteria
The text was updated successfully, but these errors were encountered: