Skip to content

Releases: calogica/dbt-expectations

dbt-expectations 0.8.1

28 Dec 15:44
ca49861
Compare
Choose a tag to compare

Fixes

Documentation

Additions

Full Changelog: 0.8.0...0.8.1

dbt-expectations 0.8.0

22 Nov 03:24
d147621
Compare
Choose a tag to compare

Breaking Changes

Full Changelog: 0.7.0...0.8.0

dbt-expectations 0.7.0

15 Oct 17:11
84abc0d
Compare
Choose a tag to compare

Fixes (Breaking Changes)

  • Fix boolean logic in expect_compound_columns_to_be_unique ignore_row_if by @clausherther in #202

    • The behavior of ignore_row_if is now reversed, i.e. if you were previously using ignore_row_if: "any_value_is_missing" (overwriting the default all_values_are_missing), you should check your tests to make sure you're getting the correct results in the updated version.
    • all_values_are_missing means that rows are excluded where all of the test columns are null
    • any_value_is_missing means that rows are excluded where either of the test columns are null
  • Refactor ignore_row_if logic by @clausherther in #204

    • also updated expect_select_column_values_to_be_unique_within_record with the fix above
  • Fix group by logic in grouped recency and stdev tests by @clausherther in #205

    • group_by is now correctly respected in both the initial aggregation and subsequent tests

Fixes

Testing/Documentation

Full Changelog: 0.6.1...0.7.0

dbt-expectations 0.6.1

18 Sep 16:24
93fd4d7
Compare
Choose a tag to compare

What's Changed

  • Add expect_column_distinct_count_to_be_less_than.sql by @dylanrigal in #193
  • Add group_by option to expect_column_values_to_be_within_n_moving_stdevs by @clausherther in #182
  • Add option to escape raw strings in RegEx functions by @clausherther in #191

New Contributors

Full Changelog: 0.6.0...0.6.1

dbt-expectations 0.6.0

29 Aug 14:15
7526db6
Compare
Choose a tag to compare

Breaking Changes

dbt-expectations 0.5.8

16 Jun 05:12
d1eaed8
Compare
Choose a tag to compare

What's Changed

  • Fix timestamp comparisons in expect_grouped_row_values_to_have_recent_data by @clausherther in #179

Full Changelog: 0.5.7...0.5.8

dbt-expectations 0.5.7

14 Jun 22:23
e906485
Compare
Choose a tag to compare

What's Changed

  • Add example for dynamic date params in expect_row_values_to_have_data_for_every_n_datepart by @clausherther in #174
  • Fix take_diff syntax in moving stddev test by @karanhegde in #178

New Contributors

Full Changelog: 0.5.6...0.5.7

dbt-expectations 0.5.6

19 Apr 19:46
6669a43
Compare
Choose a tag to compare

Patch Release

Fixes

  • Fix expect_compound_columns_to_be_unique to properly handle ignore_row_if by @clausherther in #171

dbt-expectations 0.5.5

04 Apr 15:59
f321224
Compare
Choose a tag to compare

New Features

  • Add automated integration testing with CircleCI in #161
  • Show group_by columns in validation errors for column increasing test by @dluftspring in #158
  • Add exclusion_condition to expect_row_values_to_have_data_for_every_n_datepart by @gofford in #141

Fixes

  • Set flakey integration tests to warn in #162

New Contributors

Full Changelog: 0.5.4...0.5.5

dbt-expectations 0.5.4

17 Mar 00:03
af985a0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.3...0.5.4