Releases: EqualExperts/dbt-unit-testing
Releases · EqualExperts/dbt-unit-testing
0.4.3
dbt-unit-testing v0.4.3 - Jul 23, 2024
Fixes
v0.4.2
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
dbt-unit-testing v0.4.12 - Jan 22, 2024
Fixes
- Resolves a minor issue with expect_no_rows (Fix #199)
0.4.11
dbt-unit-testing v0.4.11 - Jan 17, 2024
Fixes
- Run tests on the build command (Fix #197 - part 2)
0.4.1
dbt-unit-testing v0.4.1 - Jan 16, 2024
Fixes
- Fix issue when running 'dbt build' command (Fix #197 )
0.4.0
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
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
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
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
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