1.3.0
What's changed
- Decomission macro
create_table_dq_issue_log
and no morepre-hook
- we now managedq_issue_log
as a model dq_issue_log
has new columns- no_of_records_scanned
- no_of_columns
- no_of_tables
- test_unique_id
- table_query
- New model
test_coverage
and corresponding dbt metrics (disabled by default) - 2 new private macros to get no of tables and to get coverage exclusion sql
Chore
- Re-organize models dir
- Add
columns_csv
to testtest_equal_rowcount_where_db
- Add/Update integration tests for this new feature, and test script
run_test.sh
Breaking Changes
- No more pre-hook required --> Remove it from
dbt_project.yml
, otherwise it will fail - No more selector of
-s source:dq_tools
--> Replace it by-s dq_issue_log
- [WARN] New columns in
dq_issue_log
won't be backfilled
Under the hood
Full Changelog: 1.2.2...1.3.0