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
 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`
 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`
 Integrate DBT tests
* You can now use PipeRider on top of your dbt tests
Try it out: `piperider run --dbt-test`
Others
 generate_report command is now **generate_reports**