Releases: AxelThevenot/dbt-assertions
Releases · AxelThevenot/dbt-assertions
1.3.0
1.2.0
What's Changed
- Add integration tests for the package by @b-per in #29
- Add support for DuckDB #30 by @b-per & @AxelThevenot in #31
Full Changelog: 1.1.0...1.2.0
1.1.0
What's Changed
- Fix typo, include_list exclude_list by @b-per in #22
- Add Snowflake support for
assertions()
andassertions_filter()
by @b-per in #23 - doc(support): document supported databases (#25) by @AxelThevenot in #26
- Feat/snowflake support and docs by @b-per in #28
New Contributors
Full Changelog: 1.0.0...1.1.0
1.1.0a
1.0.0
What's Changed
- fix(tests): make
re_assert
available (#2) by @AxelThevenot in #11 - fix(img): add new image by @AxelThevenot in #12
- feat(args)!: new terminology (#13) by @AxelThevenot in #14
- fix(helpers)!: double underscore suffix (#13) by @AxelThevenot in #16
- feat(args)!: new terminology (#13) by @AxelThevenot in #19
- feat(video): add video by @AxelThevenot in #21
Full Changelog: 0.1.1...1.0.0
1.0.0a1
What's Changed
- fix(helpers)!: double underscore suffix (#13) by @AxelThevenot in #16
Full Changelog: 1.0.0a...1.0.0a1
1.0.0a
What's Changed
- fix(tests): make
re_assert
available (#2) by @AxelThevenot in #11 - fix(img): add new image by @AxelThevenot in #12
- feat(args)!: new terminology (#13) by @AxelThevenot in #14
Full Changelog: 0.1.1...1.0.0a
0.1.1
Features
/
Fixes
- fix
re_assert
argument ingeneric_assertions()
test.assertions()
macros supports private_node
argument for non-default model parsing. - add a basic test example.
- models are not enabled by default.
- doc: finalize first
README.md
version.
Breaking Changes
/
0.1.0
Features
- add public
assertions
macro. - add public
assertions_filter
macro. - add private
_assertions_expression
macro. - add private
_extract_columns
macro. - add private
_get_not_null_assertions
macro. - add private
_get_unique_assertions
macro.
Fixes
/
Breaking Changes
/
0.1.0a
Features
- add public
assertions
macro. - add public
assertions_filter
macro. - add private
_assertions_expression
macro. - add private
_extract_columns
macro. - add private
_get_not_null_assertions
macro. - add private
_get_unique_assertions
macro.
Fixes
/
Breaking Changes
/