calogica / dbt-expectations

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

Show group_by columns in validation errors for column increasing test #157

Closed dluftspring closed 2 years ago

dluftspring commented 2 years ago

Description

Quick suggestion - if there are multiple group_by keys it's a lot easier to look for test failures if we include them in the select and then they show up in validation errors.

There's probably a reason i'm not thinking of that this wasn't included initially - will close if that's the case