calogica / dbt-expectations

Port(ish) of Great Expectations to dbt test macros

Home Page:https://calogica.github.io/dbt-expectations/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Add count to expect_compound_columns_to_be_unique

VDFaller opened this issue · comments

Is your feature request related to a problem? Please describe.
Not really a problem. Just a nice to have and it mirrors features in the analogous test in dbt core.

Describe the solution you'd like
Just add a count probably here called n_records . Just to match dbt-core unique test

I'm happy to put in the MR if y'all think this is a reasonable thing.

Sounds like a good idea to me. Thanks!