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

Update Test Expecting Select Column Values To Be Unique Within Record #300

Closed bkimjin closed 4 months ago

bkimjin commented 4 months ago

Issue this PR Addresses/Closes

Closes #299

Summary of Changes

Adds md5 around column in unpivoted_columns.

Why Do We Need These Changes

This will allow for different data types to be used within the test.

Reviewers

@clausherther

clausherther commented 4 months ago

Good catch!