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 128 forks source link

#257 Add count to expect_compound_columns_to_be_unique #261

Closed VDFaller closed 1 year ago

VDFaller commented 1 year ago

Issue this PR Addresses/Closes

Closes #257

Summary of Changes

Just adds a count(*) as n_records to expect_compound_columns_to_be_unique

Why Do We Need These Changes

Consistency between dbt-expectations and dbt-core uniqueness tests.

Reviewers

@clausherther