v0.19.0
New Features
- We can now specify
owner,consumers, andversionmetadata for data validations within theValidateclass. (#344) - The new
data_freshness()validation method has been added for easily checking the freshness of data. (#345)
Fixes
- Added the
.step_report()capability for the aggregate validation methods (e.g.,col_sum_gt(),col_sd_lt(), etc.). (#343) - Updated SVG icons for all of the aggregate validation methods. (#346)
Full Changelog: v0.18.0...v0.19.0