calogica / dbt-expectations

Port(ish) of Great Expectations to dbt test macros
https://calogica.github.io/dbt-expectations/
Apache License 2.0
1.01k stars 123 forks source link

Add group_by to expect_table_row_count_to_equal_other_table #222

Closed clausherther closed 1 year ago

clausherther commented 1 year ago

We should add a group_by param to expect_table_row_count_to_equal_other_table. This should be doable, since equal_expression already supports that.