-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial commit of whole database dump draft * Added session token to boto client instantiation if in dev mode. * Added botocore to project dependencies via Poetry. * Added missing f-string to logging string. * Added method to check whether AWS credentials result in valid connection * Reorganised imports. * Wrapped is_vespa_online in try catch. * Added dev_mode argument to test S3Client instantiation. * Removed unused imports and functions. Fixed line length violations. * Added new endpoint for downloading whole database dump, generating it if not exists. * Removed standalone whole database dump script. * Added logging for deployment AWS env and update log level to info. * Delete test_whole_database_dump.py * Changed HTTP request type from POST to GET as we're retrieving cached file. * Moved environment variables to config file. * Used env vars imported from config file instead of fetching in the endpoint. * Removed trailing newline * Update poetry.lock
- Loading branch information
1 parent
9de373f
commit 6702d26
Showing
9 changed files
with
445 additions
and
187 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
Oops, something went wrong.