-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…#4024) ## Summary Fixes #4004 ### Time to review: __15 mins__ ## Changes proposed Modify the transformations for the applicant type, funding category, and funding instrument transformations to process all deletes separate from inserts/updates ## Context for reviewers This fixes a bug where if we received both a delete + insert for one of these tables at the same time, we'd delete, but be unable to insert. This happens anytime an opportunity summary is updated in the old system due to how it handles versioning. For a much more in-depth description of the bug, see #4004 (comment) By separating the deletes and inserts, we don't hit the weird delete-not-yet-processed caching issue.
- Loading branch information
Showing
7 changed files
with
443 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.