Releases: calogica/dbt-expectations
Releases · calogica/dbt-expectations
dbt-expectations 0.2.9
Bug fix release
- #33: Issue with set logic in
expect_column_distinct_values_to_be_in_set
(@Pegspeterson )
dbt-expectations 0.2.8
- Updates a number of macros to use adapter.dispatch allowing them to be more easily overridden in adapter-specific subpackages.
Thanks to @b-per for this contribution!
dbt-expectations 0.2.7
This release refactors expect_column_values_to_be_of_type
and expect_column_values_to_be_in_type_list
to use Column.dtype
instead of data_type
to make type comparisons easier.
Thanks to @ChristianKohlberg for flagging this!
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
dbt-expectations 0.2.5
- Refactors uniqueness tests
dbt-expectations 0.2.4
Adds
expect_column_distinct_count_to_equal
expect_column_distinct_count_to_be_greater_than
dbt-expectations 0.2.3
Fixes #17 by switching to centralized expresion_is_between
macro. Thanks @tcwou for flagging this!
dbt-expectations 0.2.2
- Adds version support for dbt 0.19
dbt-expectations 0.2.1
- Updates upstream package refs to use dbt Hub
- Additional integration testing for Snowflake
- Initial suppor for Spark
dbt-expectations 0.2.beta
- Adds initial Snowflake support for expectations and integration tests
- Refactors integration tests to remove seed file