Skip to content

dbt-expectations 0.2.6

Compare
Choose a tag to compare
@clausherther clausherther released this 03 Mar 19:06
· 226 commits to main since this release
2b0d8e6

Refactor of expect_column_values_to_be_within_n_moving_stdevs to allow users to specify a period other than 'day' for their timeseries tests.

This is a breaking change as the following macro parameters were renamed:

group_by --> date_column_name
lookback_days --> lookback_periods
trend_days --> trend_periods
test_days --> test_periods