-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ingest forecasted opportunities (#848)
* Refactor SplitGrantsGovXMLDB command to ingest forecasted grants * Update downstream lambda to only load opportunities into DynamoDB for now * Update tests fore forecast grants * Restore previous PersistGrantsGovXMLDB lambda function Having the two lambdas deployed alongside each other for now assures we won't drop any events for S3 objects in the old location. Eventually we can remove the old v2.xml version of the lambda. * Add flag for enabling forecasted grant processing * Add tests for forecast enabled flag * Fix failing test setup * Properly test that skipped forecasted grants are indeed skipped * Check that all test case opportunity IDs are distinct
- Loading branch information
1 parent
51dfc5b
commit ef138fc
Showing
8 changed files
with
339 additions
and
104 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
Oops, something went wrong.