@cumulus/common
Common libraries used in Cumulus.
Usage
npm install @cumulus/common
About Cumulus
Cumulus is a cloud-based data ingest, archive, distribution and management prototype for NASA's future Earth science data streams.
Cumulus Documentation
General Utilities
Contributing
To make a contribution, please see our contributing guidelines.
[v9.2.2] 2021-08-06 - [BACKPORT]
Please note changes in 9.2.2 may not yet be released in future versions, as
this is a backport and patch release on the 9.2.x series of releases. Updates that
are included in the future will have a corresponding CHANGELOG entry in future
releases.
Added
- CUMULUS-2635
- Added helper functions:
@cumulus/db/translate/file/translateApiPdrToPostgresPdr
Fixed
- CUMULUS-2635
- Update
data-migration2
to migrate PDRs before migrating granules. - Update
data-migration2
unit tests testing granules migration to reference
PDR records to better model the DB schema. - Update
migratePdrRecord
to use translateApiPdrToPostgresPdr
function.