microbiomedata / nmdc-runtime

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

Migrations: Design algorithm for dumping/restoring collections that supports creating/deleting/renaming them #449

Open eecavanna opened 5 months ago

eecavanna commented 5 months ago

In nmdc-schema v9.4.0 and later, the Migrators have the potential to create, delete, and rename collections.

Currently, the migration notebooks (effectively, ETL scripts) in nmdc-runtime do not support any of those operations.