dbt-expectations v0.4.2
Features
- Added
row_condition
toexpect_grouped_row_values_to_have_recent_data
andexpect_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)