-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conflict resolved backmerge #181
Conversation
Update range for was_informed_by
Add slot usage for was_informed_by to add structured_syntax
Remove structured_pattern on was_informed_by until re-iding is complete.
…_generated_by refine-was_generated_by
…ase-class-has-two-slots-named-functional_annotation_agg deduplicate Database slots
…ublish-action-version Do not pin to a specific version of pypa/gh-action-pypi-publish
…ublish-action-version-part-2 Fix version specifier for pypa/gh-action-pypi-publish
…xamples to test id pattern constraints, update id_version pattern match to enforce it as a single dot followed by a digit
…me_seequencing_activity_json.yaml
…obiomedata/berkeley-schema-fy24 into conflict-resolved-backmerge
…llow for DataGeneration and WorkflowExeuction identifiers
…their own collections so we should not refer to the abstract collection
Database-interleaved still cheating
has_output: | ||
- nmdc:22afa3d49b73eaec2e9787a6b88fbdc3 | ||
- generic:xxx |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@turbomam generic:xxx should not be allowed. has_output should have a structured pattern for a data object value here. In some cases this is currently populated with None which cause ref integrity issues so we'll need to allow that for now too. This means we missed fixing this class in nmdc-schema.
interpolated: true | ||
has_input: | ||
structured_pattern: | ||
syntax: "{id_nmdc_prefix}:(bsm|procsm)-{id_shoulder}-{id_blade}$" | ||
interpolated: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we are missing an has_output pattern. This should be a DataObject or 'None' (to accommodate existing data in mongo)
No description provided.