1.10.0
What's Changed
- Capture
Test Description
into the test result and add the ability to auto-generate the test description if not specified via the new variable nameddq_tools__auto_generate_test_description
(see sample)
The description
property is available for generic and singular data tests beginning in dbt v1.9:
data_tests:
- name: data_test_name
description: markdown_string
BREAKING CHANGES
To use this release, please help to run the migration command: dbt run -s dq_tools
or dbt run -s dq_issue_log
to make sure the new column is added to the dq_issue_log
table before any further iterations.
Under the hood
- Feature/add test description by @il-ngocanh in #44
Full Changelog: 1.9.0...1.10.0