Skip to content

Releases: Divergent-Insights/dbt-dataquality

Bug Fix

05 May 00:51
3893816
Compare
Choose a tag to compare

Fied minor issue with the logic used to populate log files into on internal stages. The clean_internal_stage macro was being executed at the wrong spot and causing the manifest.json file to be lost

Making optional schema creation

27 Apr 09:52
47f9a8e
Compare
Choose a tag to compare

When running the create_resources macro now it is possible to skip the schema creation step by using the new parameters create_default_schema : false. By default this parameter is true

This helps hugely with the creation of resources on environments with stringent security mechanisms

Bug Fixes

27 Apr 08:58
4a45d53
Compare
Choose a tag to compare

Correcting wrong logic with new dry_run functionality

Minor bug fixes

25 Apr 07:40
3fc1764
Compare
Choose a tag to compare
  • This release fixes a minor but nasty bug with the create_resources macro. The new parameter added to the macro "create_internal_stage" was conflicting with another function - we didn't expect for this to be a problem with Jinja

We need the testing suite ASAP!

Minor documentation enhancements

23 Apr 23:51
Compare
Choose a tag to compare
  • Added gif image with dashboard preview
  • Typo fixes

Data Quality Attributes Reporting

23 Apr 03:43
1ed5dd5
Compare
Choose a tag to compare

Some exciting features on this version:

  • Tests models enhanced and extended
  • Added support for tagging tests and reporting on Data Quality attributes such as Accuracy, Completeness, Consistency and Timeliness
  • Updated sample Power BI report with dashboards on testing and Data Quality attributes reporting

Bug Fixes

22 Apr 06:36
e8a4916
Compare
Choose a tag to compare

Various bugs creeped into the code

Unit testing suite to be prioritise on future releases

Minor enhancements: Readme, Architecture Diagram, External Stage Compatibility

20 Apr 22:53
Compare
Choose a tag to compare

This release include three key enhancements:

  1. Adding high level diagram of the solution
  2. Readme file enhanced
  3. Adjusted macros logic to be compatible with external stages

Fixes and Enhancements on Source Freshness Functionality

20 Apr 09:09
2680618
Compare
Choose a tag to compare

Fixes

  • Fixing data type issue on raw_source_freshness
  • Fixing typo issues on source details
    Enhancements
  • Adding dry-run functionality to the create_resources macro
  • Readme extended and enhanced

Readme image missing

20 Apr 05:05
bee5478
Compare
Choose a tag to compare

Minor fix on the readme file to allow images to be displayed on the dbt hub