-
Notifications
You must be signed in to change notification settings - Fork 161
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
[SCHEMA] Start drafting validation rules for ASL data #1060
[SCHEMA] Start drafting validation rules for ASL data #1060
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## schema-sprint #1060 +/- ##
================================================
Coverage ? 71.50%
================================================
Files ? 9
Lines ? 930
Branches ? 0
================================================
Hits ? 665
Misses ? 265
Partials ? 0 ☔ View full report in Codecov by Sentry. |
selectors: | ||
- suffix == "asl" | ||
- sidecar contains "LabelingDuration" | ||
- type(sidecar.LabelingDuration) == "array" |
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.
Sorry for my sparse appearance at the meetings. So do we have a grammar and interpreter already? (Since in general looks like python but this absent contains
operand throws me off, not sure why not to use available in
with swap of the arguments)
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.
In YAML:
- "LabelingDuration" in sidecar
raises an error because of YAML parsing rules. But we also don't insist that people always use <
instead of >
so it seemed reasonable to have both directions.
Co-authored-by: Chris Markiewicz <[email protected]>
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.
Review of ASL. Change associated
to associations
, due to the result of a game of rock-paper-scissors with @rwblair.
Co-authored-by: Chris Markiewicz <[email protected]>
…specification into schema-sprint-taylor
This PR tackles validation rules for the following error codes: