@cumulus/errors
Package that exports error classes for use in Cumulus workflow code
Usage
npm install @cumulus/errors
About Cumulus
Cumulus is a cloud-based data ingest, archive, distribution and management prototype for NASA's future Earth science data streams.
Cumulus Documentation
Contributing
To make a contribution, please see our contributing guidelines.
[v11.1.3] 2022-06-24
Please note changes in 11.1.3 may not yet be released in future versions, as
this is a backport and patch release on the 11.1.x series of releases. Updates that
are included in the future will have a corresponding CHANGELOG entry in future
releases.
Notable changes
- CUMULUS-2929
- Updated
move-granule
task to check the optional collection configuration parameter
meta.granuleMetadataFileExtension
to determine the granule metadata file.
If none is specified, the granule CMR metadata or ISO metadata file is used.
Added
- CUMULUS-2929
- Added optional collection configuration
meta.granuleMetadataFileExtension
to specify CMR metadata
file extension for tasks that utilize metadata file lookups
- CUMULUS-2966
- Added extractPath operation and support of nested string replacement to
url_path
in the collection configuration
Fixed
- CUMULUS-2863
- Fixed
@cumulus/api
validateAndUpdateSqsRule
method to allow 0 retries
and 0 visibilityTimeout in rule's meta.
- CUMULUS-2959
- Fixed
@cumulus/api
granules
module to convert numeric productVolume to string
when an old granule record is retrieved from DynamoDB.
- CUMULUS-2961
- Fixed
data-migration2
granule migration logic to allow for DynamoDb granules that have a null/empty string value for execution
. The migration will now migrate them without a linked execution.