calogica / dbt-expectations

Port(ish) of Great Expectations to dbt test macros

Home Page:https://calogica.github.io/dbt-expectations/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add group_by to expect_table_row_count_to_equal_other_table

clausherther opened this issue · comments

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.