Skip to content

Releases: dbt-checkpoint/dbt-checkpoint

v2.0.1

19 Apr 18:29
d579a9d
Compare
Choose a tag to compare

Fixes:

v2.0.0

12 Apr 18:37
1d2c01a
Compare
Choose a tag to compare

⚠️ dbt 1.5: Starting at 2.0.0, certain hooks (i.e. dbt-parse) can fail if using dbt < 1.5

Fixes:

Enhancements:

New Contributors

Full Changelog: v1.2.1...v2.0.0

v1.2.1

07 Mar 15:41
Compare
Choose a tag to compare

Fixes:

Enhancements:

Full Changelog: v1.2.0...v1.2.1

v1.2.0

15 Jan 12:51
783ceed
Compare
Choose a tag to compare

Fixes:

Enhancements:

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

10 Jul 13:50
c57c8dd
Compare
Choose a tag to compare

Fixes:

Enhancements:

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

15 Mar 14:55
Compare
Choose a tag to compare

Fixed bugs:

Enhancements:

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

15 Apr 20:04
Compare
Choose a tag to compare

Fixed bugs:

  • check-model-has-properties-file fails on macro with a valid properties yml #17
  • check-script-has-no-table-name fails with subqueries referencing CTEs #16
  • check-model-has-description fails with macros with description #14
  • check-script-has-no-table-name doesn't ignore text within Jinja comment blocks #9
  • check-column-desc-are-same fails with a Python error #8
  • check-script-has-no-table-name is failing when using lateral flatten #7

Enhancements:

  • Feature/allow slim ci #23 (tomsej)
  • New hook check-macro-has-description #20 (PabloPardoGarcia)
  • Fix problem when space is missing with parenthesis #19 (tomsej)
  • Don't check macros in check-model hooks #18 (PabloPardoGarcia)
  • Feature/check model parents and childs #13 (tomsej)
  • Replace jinja comments and allow flatten #11 (tomsej)
  • Validate model is a dictionary #10 (tomsej)
  • Added hook: check_model_has_tests_by_group #6 (jtalmi)
  • Added hook: check-model-parents-and-childs
  • Added hook: check-model-parents-database
  • Added hook: check-model-parents-schema
  • Added hook: check-source-childs

v0.1.1

08 Feb 11:01
36ce70a
Compare
Choose a tag to compare

Hotfixes

  • Fixed problem with dashes in global and cmd flags. Use plus sign instead.
  • Fixed problem with greedy replace script table name.

v0.1.0

01 Feb 13:19
Compare
Choose a tag to compare

Added hooks