Skip to content

Releases: dbt-labs/dbt-audit-helper

0.12.1

13 Nov 14:44
6499107
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.12.0...0.12.1

0.12.0

17 Jun 19:20
d10124a
Compare
Choose a tag to compare

What's Changed

This release adds some new macros (from #101):

  • compare_and_classify_query_results
  • quick_are_queries_identical (on supported warehouses)

And replaces compare_which_columns_differ with compare_which_query_columns_differ.

Each of the above macros also includes a convenience macro which can be used with relations instead of queries.

🚨 These macros are subject to change and should be treated as v0 🚨

Improvements to README by @patkearns10 and @graciegoheen in #96, #97 and #98

New Contributors

Full Changelog: 0.11.0...0.12.0

0.11.0

19 Mar 15:34
1f6552f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.0...v0.11.0

0.10.0

14 Feb 20:57
1be6f26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.0...0.10.0

0.9.0

19 Apr 02:12
1c7e0c5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.0...0.9.0

0.7.1

30 Mar 23:45
61e0d62
Compare
Choose a tag to compare

What's Changed

  • bug fix: account for incorrect comparisons involving null values by @leoebfolsom in #67

Full Changelog: 0.7.0...0.7.1

0.8.0

28 Mar 00:52
3d02772
Compare
Choose a tag to compare

What's Changed

  • bug fix: account for incorrect comparisons involving null values by @leoebfolsom in #67

Full Changelog: 0.7.0...0.8.0

0.7.0

26 Jan 03:29
470b72a
Compare
Choose a tag to compare

This release adds support for extra adapters. For adapters other than BigQuery, Postgres, and Snowflake, the ordinal_position is inferred based on the response from dbt Core's adapter.get_columns_in_relation(), as opposed to being loaded from the information schema.

What's Changed

New Contributors

Full Changelog: 0.6.0...0.7.0

0.6.0

07 Sep 05:26
ce606d0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.0...0.6.0

0.5.0

03 Dec 22:46
d76a87f
Compare
Choose a tag to compare

This version brings full compatibility with dbt-core 1.0. It requires any version (minor and patch) of v1, which means far less need for compatibility releases in the future.