Skip to content

Releases: calogica/dbt-expectations

dbt-expectations 0.2.9

08 Apr 01:20
71ffba1
Compare
Choose a tag to compare

Bug fix release

  • #33: Issue with set logic in expect_column_distinct_values_to_be_in_set (@Pegspeterson )

dbt-expectations 0.2.8

26 Mar 13:44
0a64e5e
Compare
Choose a tag to compare
  • 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

04 Mar 22:13
4670d4c
Compare
Choose a tag to compare

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

03 Mar 19:06
2b0d8e6
Compare
Choose a tag to compare

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

25 Feb 17:03
784708a
Compare
Choose a tag to compare
  • Refactors uniqueness tests

dbt-expectations 0.2.4

20 Feb 15:15
b43b43d
Compare
Choose a tag to compare

Adds

  • expect_column_distinct_count_to_equal
  • expect_column_distinct_count_to_be_greater_than

dbt-expectations 0.2.3

18 Feb 22:09
92f66e1
Compare
Choose a tag to compare

Fixes #17 by switching to centralized expresion_is_between macro. Thanks @tcwou for flagging this!

dbt-expectations 0.2.2

03 Feb 03:36
4764fb8
Compare
Choose a tag to compare
  • Adds version support for dbt 0.19

dbt-expectations 0.2.1

18 Dec 22:17
Compare
Choose a tag to compare
  • Updates upstream package refs to use dbt Hub
  • Additional integration testing for Snowflake
  • Initial suppor for Spark

dbt-expectations 0.2.beta

24 Nov 21:01
Compare
Choose a tag to compare
Pre-release
  • Adds initial Snowflake support for expectations and integration tests
  • Refactors integration tests to remove seed file