Skip to content

dbt-expectations v0.4.2

Compare
Choose a tag to compare
@clausherther clausherther released this 16 Aug 15:01
· 144 commits to main since this release
74d0c21

Features

  • Added row_condition to expect_grouped_row_values_to_have_recent_data and expect_row_values_to_have_recent_data to allow for partition filtering before applying the recency test (#106 w/ @edbizarro)

Under the hood

  • Converted Jinja set logic to SQL joins to make it easier to follow and iterate in the future (#108)