calogica / dbt-expectations

Port(ish) of Great Expectations to dbt test macros
https://calogica.github.io/dbt-expectations/
Apache License 2.0
989 stars 120 forks source link

Add test for relative change in column values #282

Open dtger opened 10 months ago

dtger commented 10 months ago

Issue this PR Addresses/Closes

Closes #281

Summary of Changes

Add test for relative change in column values to be within specific threshold. Supports group by and sort column parameters

Why Do We Need These Changes

I couldn't find a test that covered this specific case. There are test that check for increasing / decreasing values in column, so this is effectively a variation.

Reviewers

@clausherther