Skip to content

Releases: dbt-labs/dbt-audit-helper

0.4.1

03 Dec 22:19
157953a
Compare
Choose a tag to compare

🚨 This is a compatibility release in preparation for dbt-core v1.0.0 (🎉). Projects using this version with dbt-core v1.0.x can expect to see a deprecation warning. This will be resolved in the next minor release.

dbt-audit-helper v0.4.0

07 Jul 00:30
f0f0e4a
Compare
Choose a tag to compare

🚨 Breaking changes

  • This package now requires dbt v0.20.0 and dbt-utils v0.7.0. dbt v0.20.0rc2 is currently available as a release candidate. If you are not ready to upgrade, consider using a previous version of this package.
  • This package depends on dbt-labs/dbt_utils. If the latest version of another installed package depends on fishtown-analytics/dbt_utils, you'll need to wait to upgrade. See discourse for details.

Under the hood

  • Use new adapter.dispatch syntax (#35)

dbt-audit-helper v0.3.0

04 Sep 20:38
3eb5413
Compare
Choose a tag to compare

🚨 Breaking change — this package now requires dbt v0.18.0, and dbt-utils v0.6.0

Quality of life:

  • Use 0.18.0 functionality, in particular the adapter.dispatch macro (#26)

dbt-audit-helper v0.2.0

31 Jul 14:14
44bb1d8
Compare
Choose a tag to compare

🚨 There is a breaking change in this release — the lower bound of dbt-utils is now 0.4.0.

This won't affect most users, since a version of dbt-utils in this range is required to achieve 0.17.0 compatibility.

Quality of life:

  • Change dbt-utils dependencies to [>=0.4.0, <0.6.0]
  • Fix tests

dbt-audit-helper v0.1.0

16 Jun 13:18
d92960c
Compare
Choose a tag to compare

🚨 Breaking change!

This package now requires dbt v0.17.x!

Features:

  • Add check columns to compare_relation_columns query (#22 @joellabes)

Under the hood:

  • Update to v0.17.0, including dbt_project.yml version 2 syntax (#21)
  • Add GitHub templates and installation instructions (#21)

dbt-audit-helper v0.0.6

27 Apr 15:27
43e2c1d
Compare
Choose a tag to compare

This release widens the dbt-utils range, to avoid package conflicts.

v0.0.5

06 Apr 18:10
f9c70a4
Compare
Choose a tag to compare

Fixes:

  • Update usage docs with better Jinja

v0.0.4

03 Oct 00:02
5a4a3d3
Compare
Choose a tag to compare

Adds percent_of_total to compare_relations and compare_queries, so you can understand the output as a human more easily.

v0.0.3

02 Oct 22:40
88ad370
Compare
Choose a tag to compare

This release implements two new macros:

v0.0.2

15 Aug 00:36
4ba38fa
Compare
Choose a tag to compare

This is a minor release to bump the range for the dbt-utils dependency.