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

Fix expect_compound_columns_to_be_unique to properly handle "ignore_row_if" #171

Closed clausherther closed 2 years ago

clausherther commented 2 years ago

Fixes #170

ignore_row_if wasn't properly handled because row_condition_ext was set but never used.