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
When a granule gets cataloged multiple times, there are more than one .cnm.json written to S3. The DAAC archiver pulls the first one without any sorting.
Environment: DEV and TEST with UDS v8.0.0
When a granule gets cataloged multiple times, there are more than one .cnm.json written to S3. The DAAC archiver pulls the first one without any sorting.
https://github.com/unity-sds/unity-data-services/blob/develop/cumulus_lambda_functions/daac_archiver/daac_archiver_logic.py#L44-L46
Need to sort. so it pulls the most recent cnm.json. Not a perfect solution, but works better than always pulling first from list without sorting.
The text was updated successfully, but these errors were encountered: