dbt-expectations 0.2.6
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