calogica/dbt-expectations

[Feature Request] Add count to expect_compound_columns_to_be_unique

VDFaller opened this issue · 1 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!