microbiomedata / nmdc-schema

National Microbiome Data Collaborative (NMDC) unified data model
https://microbiomedata.github.io/nmdc-schema/
Creative Commons Zero v1.0 Universal
26 stars 8 forks source link

Facilitate access to `nmdc_materialized_patterns` schema variant via PyPI package #2079

Closed eecavanna closed 2 days ago

eecavanna commented 2 weeks ago

The task here is to make the same changes (to the nmdc-schema repo) that were made (to the berkeley-schema-fy24 repo) via PR https://github.com/microbiomedata/berkeley-schema-fy24/pull/204 (associated issue is https://github.com/microbiomedata/nmdc-schema/issues/2062). In other words, changes were made to the berkeley-schema-fy24 repo and I want to make those same changes to this repo (nmdc-schema).

eecavanna commented 2 weeks ago

Here's some information about using git cherry-pick to cherry pick commits residing in a fork, into your current repository: https://stackoverflow.com/a/5120074

eecavanna commented 5 days ago

I implemented this in https://github.com/microbiomedata/nmdc-schema/pull/2091 (awaiting review/merge). The merging of that PR might be dependent upon approval from the Berkeley schema roll out squad members, since we're in a "schema freeze" period.