Skip to content

Releases: EqualExperts/dbt-unit-testing

0.3.0rc1

21 Jun 08:21
Compare
Choose a tag to compare
0.3.0rc1 Pre-release
Pre-release

dbt-unit-testing v0.3.0rc1 - Jun 20, 2023

Features

  • Add support for incremental models (#83)

0.2.8

20 Jun 11:29
Compare
Choose a tag to compare

dbt-unit-testing v0.2.8 - Jun 20, 2023

Enhancements

  • Reduce the complexity of the final test query (#144)
  • Add support for renaming the diff and count columns in the test report (#137)

New contributors

0.2.7

25 Feb 12:31
Compare
Choose a tag to compare

dbt-unit-testing v0.2.7 - Feb 25, 2023

  • Update dbt-labs/dbt_utils pin from <1.0.0 to <2.0.0
  • Prevent usage of complete model lineage when using database models
  • Minor bug fixes and documentation updates

v0.2.6

22 Nov 08:54
Compare
Choose a tag to compare

dbt-unit-testing v0.2.6 - Nov 22, 2022

Add support for snapshot aliases

v0.2.5

31 Oct 19:44
Compare
Choose a tag to compare

dbt-unit-testing v0.2.5 - Oct 31, 2022

Add support for dbt --store-failures

v0.2.4

20 Oct 14:49
5b2a92f
Compare
Choose a tag to compare

Remove warning on dbt_utils except macro.

v0.2.3

31 Aug 16:05
Compare
Choose a tag to compare

dbt-unit-testing v0.2.3 - Aug 31, 2022

Add support for test feedback on dbt cloud

v0.2.2

08 Aug 12:48
Compare
Choose a tag to compare

dbt-unit-testing v0.2.2 - Aug 8, 2022

Fix support for dbt v1.3

v0.2.1

08 Aug 11:45
Compare
Choose a tag to compare

dbt-unit-testing v0.2.1 - Aug 8, 2022

Update README to clarify the use of the dbt builtins ref and source.

v0.2.0

04 Aug 15:33
Compare
Choose a tag to compare

dbt-unit-testing v0.2.0 - Aug 4, 2022

🚨 Breaking changes

The mocking strategies were deprecated.

We added two options to accomplish more or less the same results:

  • use_database_models
  • include_missing_columns

To help you to migrate from the older mocking strategies take a look at the following table that contains the new options correspondence:

Mocking Strategy (deprecated) use_database_models include_missing_columns
Pure FALSE FALSE
Full FALSE TRUE
Simplified TRUE FALSE
Database TRUE TRUE

The default behaviour of the framework (both options set to FALSE) is equivalent to the old Pure mocking strategy.

New Features

  • Add support for dbt version v1.3
  • Add an option to use existing database models
  • Add an option to include missing columns in mocks
  • Add an option to qualify sources on CTEs
  • Add support for comments at the end of the models' SQL

Fixes

  • Fix bug when comparing expectations with identical rows (Bigquery only)

Contributors: