dbt-checkpoint 2.0.8 release notes
Breaking change:
- Minimum supported dbt version now 1.7
New hooks
check-model-columns-have-meta-keys(thanks roydobbe!)check-model-has-columns-with-type(thanks henryupton!)check-model-has-generic-constraints(thanks IzaakC!)check-source-has-description(thanks wmorin!)chest-test-tags(thanks DarMato!)
Bug fixes
- Allow null freshness on source (thanks kempspo!) Closes #280.
- Apply checks to yaml-only changes (thanks scrambldchannel!) Closes #323.
Enhancements
- Add exclude_pattern for check_model_columns_have_desc (thanks sergeyzharko!)
check_column_name_contract works with versioned models(thanks chasegiles-built!) Closes #203.check-model-tagsoptionally enforces model has tags from provided list (thanks ashleemtib!) Closes #278.- dbt model select uses
--selectinstead of deprecated-m(thanks IzaakC!) - Run
dbt-docs-generateon only changed files (thanks astro30!)
Documentation improvements
- Grammar, formatting, consistency fixes (thanks karabulute!)
- CI/CD readme update (thanks anthonydelphy!)
- Extend --exclude and 'exclude' documentation differences (thanks BAntonellini!)
- Fix typo in
check-script-has-no-table-name(thanks aungyee!) - Update readme to link to all hooks in hooks.md (thanks scrambldchannel!)
New Contributors
- @roydobbe made their first contribution in #216
- @anthonydelphy made their first contribution in #314
- @scrambldchannel made their first contribution in #326
- @aungyee made their first contribution in #322
- @chasegiles-built made their first contribution in #275
- @DarMato made their first contribution in #288
- @wmorin made their first contribution in #301
- @henryupton made their first contribution in #315
- @kempspo made their first contribution in #308
- @sergeyzharko made their first contribution in #309
- @astro30 made their first contribution in #210
Full Changelog: v2.0.7...v2.0.8