Skip to content

Commit

Permalink
feat: Amalgamation download type (#472)
Browse files Browse the repository at this point in the history
* breaking: using latest uds-lib + update docker

* feat: use latest uds-lib

* feat: update dependency + update default
  • Loading branch information
wphyojpl authored Dec 3, 2024
1 parent 0a7e117 commit f10690d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cumulus_lambda_functions/docker_entrypoint/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def choose_process():
return result_str
if argv[1].strip().upper() == 'DOWNLOAD':
logging.info('starting DOWNLOAD script')
result_str = DownloadGranulesFactory().get_class(os.getenv('GRANULES_DOWNLOAD_TYPE', 'MISSING_GRANULES_DOWNLOAD_TYPE')).download()
result_str = DownloadGranulesFactory().get_class(os.getenv('GRANULES_DOWNLOAD_TYPE', DownloadGranulesFactory.AMALGAMATION)).download()
StageInOutUtils.write_output_to_file(result_str)
return result_str
if argv[1].strip().upper() == 'UPLOAD':
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jsonschema==4.23.0
jsonschema-specifications==2023.12.1
lark==0.12.0
mangum==0.18.0
mdps-ds-lib==1.0.0.dev3
mdps-ds-lib==1.1.0
pydantic==2.9.2
pydantic_core==2.23.4
pygeofilter==0.2.4
Expand Down

0 comments on commit f10690d

Please sign in to comment.