Skip to content
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

Check: enumeratedDomain matches unique column elements #4

Open
eeerika opened this issue Jul 19, 2022 · 0 comments
Open

Check: enumeratedDomain matches unique column elements #4

eeerika opened this issue Jul 19, 2022 · 0 comments
Labels

Comments

@eeerika
Copy link
Collaborator

eeerika commented Jul 19, 2022

Purpose

This check will look to see if an attribute's enumeratedDomain includes all options present in the corresponding data column.

Components

Data column name/attributeName, used to retrieve:

  1. all unique options within the given data column
  2. options listed in the enumeratedDomain for the attribute

Result

SUCCESS: if there are no differences between the unique options in the column and the options listed in the enumeratedDomain
FAILURE: if there is one or more difference (would be good if it showed the difference)
ERROR: on system error or exception in the check code, representing a bug in the check system

@eeerika eeerika added the check label Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant