This repository has been archived by the owner on Aug 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Break load_from_s3 into separate tasks to fix duplicate reporting (#914)
* Separate load_from_s3 from upsert_data step * Fix load_local_data_to_intermediate_table * Remove clean step from load_local_data_to_intermediate_table As far as I can tell this method is tested but never used anywhere. This should mirror `load_s3_data_to_intermediate_table` and only handle the loading steps, not the cleaning steps. If this method *is* used elsewhere, it will need to be updated to call the cleaning steps separately. * Fix tests * Also separate out the clean data step * Clarify 'load_timeout' to 'upsert_timeout' * Extend Smithsonian upsert timeout * Add types to the clean_intermediate_table_data function * Add NMNHANTHRO Smithsonian subprovider
- Loading branch information
Showing
7 changed files
with
100 additions
and
41 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
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