Skip to content

1.10.0

Compare
Choose a tag to compare
@il-dat il-dat released this 03 Dec 02:32
· 2 commits to main since this release
0369824

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 named dq_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

Full Changelog: 1.9.0...1.10.0