Interface simplification and new features
BREAKING CHANGES
- Simplification of API - see docs for updates
ADDITIONAL CHANGES
- Additional constructors for writing filters with less boilerplate
- Add method to pretty print QC Results
- Make compilation for checks stricter so types have to align
- Allow storage of metrics even when no checks for them
- Comparator helper added for checking if values are within X percent of each other
- SumValues metric bug fixed where onColumn info was not stored or returned
- Made check descriptions a sealed trait so they display more information more clearly