v0.17.0
New Features
- All
col_schema_match()validation steps are now accompanied by notes that describe the results. (#325) - Notes appear in validation reports notes when columns are not found or none are resolved by use of column selectors. (#326)
- Validation reports now have informative notes for steps that use the
pre=parameter. (#328) - New options are available (in
get_tabular_report()and globally inconfig()) for enabling/disabling validation report footer sections. (#327) - Added the
test-coretarget for running core tests (large time savings compared to running all tests). (#331) - New validation method added,
col_pct_null(), for checking the percentage of Null values in a column. (#290, @tylerriccio33)
Fixes
New Contributors
Full Changelog: v0.16.0...v0.17.0