Releases: Divergent-Insights/dbt-dataquality
Releases · Divergent-Insights/dbt-dataquality
Bug Fix
Making optional schema creation
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
Correcting wrong logic with new dry_run functionality
Minor bug fixes
- 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
- Added gif image with dashboard preview
- Typo fixes
Data Quality Attributes Reporting
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
Various bugs creeped into the code
Unit testing suite to be prioritise on future releases
Minor enhancements: Readme, Architecture Diagram, External Stage Compatibility
This release include three key enhancements:
- Adding high level diagram of the solution
- Readme file enhanced
- Adjusted macros logic to be compatible with external stages
Fixes and Enhancements on Source Freshness Functionality
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
Minor fix on the readme file to allow images to be displayed on the dbt hub