Closed lewisjared closed 3 weeks ago
In GitLab by @mikapfl on Jan 10, 2024, 19:52
Maybe it is worth building some of this functionality on https://github.com/great-expectations/great_expectations . It already has a large collection of possible checks. But maybe also not exactly what we need.
In GitLab by @yinilaii on Jan 25, 2024, 12:58
created branch 34-data-dictionary-verification
to address this issue
unassigned @yinilaii
The problem
We now have some metadata in about the expected shape of the data in bookshelf, but we do not verify that a dataset conforms with this.
We can start off pretty simple with the following checks:
Definition of "done"
verify_data_dictionary
test_notebook
test to callverify_data_dictionary
after running a notebook (We might need to skip and warn on books that don't have a data dictionary until we have full coverage)Additional context
Related to #21