Skip to content

1.3.0

Compare
Choose a tag to compare
@il-dat il-dat released this 13 Sep 08:00
a6d6410

What's changed

  • Decomission macro create_table_dq_issue_log and no more pre-hook - we now manage dq_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 test test_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