microbiomedata / nmdc-runtime

Runtime system for NMDC data management and orchestration
https://microbiomedata.github.io/nmdc-runtime/
Other
4 stars 3 forks source link

Implement migration notebook for `v10.3.0` to `v10.4.0` #558

Closed eecavanna closed 1 week ago

eecavanna commented 2 weeks ago

Description

In this branch, I created a Python notebook that can be used to migrate a Mongo database from conforming to schema v10.3.0 to conforming to schema version v10.4.0. That migrator was introduced into the nmdc-schema repo "late" (i.e. in v10.5.4).

Fixes #556

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Ran locally and validated the migrated result.

Configuration Details: none

Checklist:

eecavanna commented 1 week ago

I am bypassing branch protection here in order to merge this migration notebook in. This is currently the norm for migration notebooks.