Open caufieldjh opened 11 months ago
Looks like all tests are passing now on data-sheets-schema? can this issue be closed @caufieldjh?
They are passing because I used the workaround of copypasting what I needed from the datasets schema into the datasheets schema, bypassing the import entirely. I would still consider this issue open if there is an intent to support importing the dataset schema.
Describe the bug As part of Datasheets for Datasets schema development, we're trying to import the linkml datasets schema. Seems to work fine - no complaints from the linter and artifacts get built without issue. But running tests breaks when they try to import the datasets schema classes.
To reproduce See https://github.com/bridge2ai/data-sheets-schema/actions/runs/7130629593/job/19417444049
Expected behavior
Should the
PermissibleValue
just be imported from the metamodel? I tried importing linkml:meta into the schema but that presents conflicts betweenmeta
anddatasets
.Or should I not be using the datasets schema this way (i.e., I should copy relevant parts into the new schema)?