Summary
Released on 06-28-2022
PipeRider version 0.3.0 is out now! We added automatic test recommendations, better dbt integration, improved the UX of the reports, and added a new build-in assertion.
Overview
![Feature](https://img.shields.io/badge/-FEATURE-%23365ABD?style=for-the-badge) Intelligent test recommendations
>
- Generates recommended assertions, making it easier to detect data issues
* Added the "assert_column_in_range" test, to validate values of a column should be between the specified range
Try it out: `piperider generate-assertions`
![Feature](https://img.shields.io/badge/-FEATURE-%23365ABD?style=for-the-badge) Easily accessible reports view
* Automatically generates a report when running piperider
* The data insight report will include all associated tables
* In the comparison view, the profiling data are aggregated in a per-column manner
* The report comparison will be performed on a run-to-run basis
Try it out: `piperider run`
![Feature](https://img.shields.io/badge/-FEATURE-%23365ABD?style=for-the-badge) Integrate DBT tests
* You can now use PipeRider on top of your dbt tests
Try it out: `piperider run --dbt-test`
Others
![Changed](https://img.shields.io/badge/-CHANGED-%23F6F740?style=for-the-badge) generate_report command is now **generate_reports**