Releases: dbt-labs/dbt-audit-helper
0.12.1
What's Changed
- Add new macros to readme by @joellabes in #107
- Add tox-based Integration Testing Support by @peterallenwebb in #111
New Contributors
- @peterallenwebb made their first contribution in #111
Full Changelog: 0.12.0...0.12.1
0.12.0
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
- @patkearns10 made their first contribution in #97
Full Changelog: 0.11.0...0.12.0
0.11.0
What's Changed
- fix readme relation links by @graciegoheen in #94
- Dc/compare row counts by @dave-connors-3 in #95
- Add
compare_which_columns_differ
by @dave-connors-3 in #92
Full Changelog: 0.10.0...v0.11.0
0.10.0
What's Changed
- remove internal macro and todo from readme by @leoebfolsom in #71
- Add limit to compare output, optionally exclude emoji from summaries @dave-connors-3 in #91
New Contributors
- @dave-connors-3 made their first contribution in #91
Full Changelog: 0.9.0...0.10.0
0.9.0
What's Changed
- fix compare all columns tests by @leoebfolsom in #70
- Add support for concatenated sql as primary key by @graciegoheen in #73
New Contributors
- @graciegoheen made their first contribution in #73
Full Changelog: 0.8.0...0.9.0
0.7.1
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
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
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
- Update README by @wasilaq in #55
- Use CircleCI contexts for environment variables by @dbeatty10 in #60
- Update README.md by @lbenezra-FA in #62
- Create default implementation of get_columns_in_relation_sql by @joellabes in #57
New Contributors
- @wasilaq made their first contribution in #55
- @dbeatty10 made their first contribution in #60
- @lbenezra-FA made their first contribution in #62
Full Changelog: 0.6.0...0.7.0
0.6.0
What's Changed
- dbt Cloud instructions for compare_column_values by @SamHarting in #45
- add column_name to output of compare_column_values by @leoebfolsom in #47
- Enhancement: Easier switching between summary and details by @christineberger in #52
- Compare all columns macro for testing by @leoebfolsom in #50
- Remove references to dbt_utils for cross-db functionality by @joellabes in #54
New Contributors
- @SamHarting made their first contribution in #45
- @leoebfolsom made their first contribution in #47
- @christineberger made their first contribution in #52
Full Changelog: 0.5.0...0.6.0