microbiomedata / nmdc-runtime

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

Remove dependence upon schema variant that accepts legacy, pre-Napa IDs #554

Closed eecavanna closed 1 week ago

eecavanna commented 2 weeks ago

Now that the Napa re-ID-ing has taken place, we expect all the IDs in the database to be so-called "Napa-compliant"; in other words, we expect them to not be "legacy IDs" anymore. The task here is to update the Runtime to no longer use that non-standard variant of the schema.

Here's an example where that non-standard schema variant is being referenced:

https://github.com/microbiomedata/nmdc-runtime/blob/8de5ef16ed05ca3876538dc17ef5fc2de76282c2/nmdc_runtime/util.py#L19

Here's a related ticket in the nmdc-schema repo, about removing code there whose sole purpose was to accommodate legacy IDs.

PeopleMakeCulture commented 1 week ago

Closing as duplicate of https://github.com/microbiomedata/nmdc-runtime/issues/570