You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR] 2025-01-09T01:22:02.469Z 0347861b-c15f-4780-b159-94f798310f93 error while creating new collection in Cumulus
Traceback (most recent call last):
File "/var/task/cumulus_lambda_functions/uds_api/dapa/collections_dapa_creation.py", line 86, in create
cumulus_collection_doc = collection_transformer.from_stac(self.__request_body)
File "/var/task/mdps_ds_lib/lib/cumulus_stac/collection_transformer.py", line 491, in from_stac
output_collection_cumulus['version'] = name_version[1]
IndexError: list index out of range
Using collection ID without version will cause catalog to fail e.g.
"collection": "urn:nasa:unity:unity:dev:nga-unity-dev-output"
2024-10-29 21:07:30,287 [ERROR] [cumulus_lambda_functions.granules_cnm_ingester.granules_cnm_ingester_logic::154] missing collection. (failed to create): urn:nasa:unity:unity:dev:nga-unity-dev-output
collection ID needs to include version e.g.
"collection": "urn:nasa:unity:unity:dev:nga-unity-dev-output___1"
stage out should check that collection id stac items include version
Note: It appears that if no version is provided, a collection with default version of 001 is created.
The text was updated successfully, but these errors were encountered: