Skip to content

Releases: EqualExperts/dbt-unit-testing

0.4.3

23 Jul 12:50
119aaee
Compare
Choose a tag to compare

dbt-unit-testing v0.4.3 - Jul 23, 2024

Fixes

v0.4.2

19 Apr 11:05
Compare
Choose a tag to compare

dbt-unit-testing v0.4.2 - Apr 19, 2024

Features

  • Update dbt versions
  • Make sql_from_csv externally callable (#205)
  • Add Spark identifier (#174) (note: for convenience only, Spark Is not officially supported) (@phamvinh1712)
  • Add Databricks identifier (#209) (note: for convenience only, Databricks Is not officially supported)
  • Add model() macro to support the dbt model object in tests

Fixes

  • Fix bug when quoting column names on Snowflake (#194) (Many thanks to @dhwdeca for spotting this)

0.4.12

22 Jan 12:51
Compare
Choose a tag to compare

dbt-unit-testing v0.4.12 - Jan 22, 2024

Fixes

  • Resolves a minor issue with expect_no_rows (Fix #199)

0.4.11

17 Jan 09:50
Compare
Choose a tag to compare

dbt-unit-testing v0.4.11 - Jan 17, 2024

Fixes

  • Run tests on the build command (Fix #197 - part 2)

0.4.1

16 Jan 10:40
Compare
Choose a tag to compare

dbt-unit-testing v0.4.1 - Jan 16, 2024

Fixes

  • Fix issue when running 'dbt build' command (Fix #197 )

0.4.0

11 Jan 14:26
Compare
Choose a tag to compare

dbt-unit-testing v0.4.0 - Jan 11, 2024

Features

  • Add column transformations (Fix #159 and #166)
  • Improve report by displaying spaces at the end of the differences report (Fix #150)
  • Run tests only on dbt test command (Fix #163 )
  • Add support for asserting empty results (#173 )

Fixes

  • Fix bug when using include_missing_columns on incremental models (Fix #181)
  • Fix issue when running tests from a different package (Fix #190)

Contributors

  • Big thanks to @wouter and dbrtly for their contributions to this release!

0.3.4

22 Nov 19:25
Compare
Choose a tag to compare

dbt-unit-testing v0.3.4 - Nov 22, 2023

Fixes

  • Fix including missing columns on columns with reserved name. (#170 )
  • Add prefix to CTEs to avoid name clashing with model's CTEs
  • Minor changes to README

0.3.3

19 Sep 07:51
Compare
Choose a tag to compare

dbt-unit-testing v0.3.3 - Sep 19, 2023

Fixes

  • The names for CTEs were not generated properly in models without a version. (#168)

0.3.2

07 Aug 17:12
Compare
Choose a tag to compare

dbt-unit-testing v0.3.2 - Aug 07, 2023

Features

  • Add support for model versions (#160)
  • Add support for incremental models (#83)

0.2.9

06 Jul 16:29
Compare
Choose a tag to compare

dbt-unit-testing v0.2.9 Jul 6, 2023

Fixes

  • Fix error when executing dbt_unit_testing.ref outside the scope of a model (#151)

New contributors