Releases: elementary-data/dbt-data-reliability
Releases · elementary-data/dbt-data-reliability
0.5.0
0.4.12
New Features
- Beta support for Spark! 🥳
- Support disabling alerts for skipped models (thanks @fredmny for contributing it!) 💯
- Added a new column called 'failures' to the dbt test artifact tables!
- Added descriptions to Elementary models in YML files.
Bug Fixes
- Added a limit to the model compiled sql to better deal with very long queries generated by macros
- Fixed a bug in schema changes test when multiple schema change tests run in parallel
Contributions & Acknowledgements
- Thanks @fredmny for making his first contribution!
0.4.11
New Features
- Support anomaly tests for Databricks! 🥳
- Support configuring slack channel also at the test level 💯
Bug Fixes
generated_at
anddetected_at
columns in the dbt artifact tables now rely on current timestamp instead of dbtrun_started_at
time
0.4.10
Infrastructure
- Support for
dbt-utils-0.9.0
and above.
0.4.9
New Features
- Support custom schema name for Elementary tests! 🥳
- Added compiled_sql to model_run_results 💪🏽
Bug Fixes
- Fixed empty results for passed anomaly tests when there is 1 day of data in monitored table.
- Fixed bug in dbt_metrics model, thanks @GtheSheep!
Infrastructure
- Initial support and preparation for
dbt-utils-0.9.0
and above. - Added CI to automatically run E2E tests using Github Actions.
Contributions & Acknowledgements
- Thanks @GtheSheep for making his first contribution.
0.4.8
New Changes
- Added beta support for Databricks (dbt artifacts uploading, alerts, report)!! ✌🏻💯
- Added new dimension values anomaly detection as dbt test!! 💪🏻
- Added
generate_elementary_cli_profile
macro to make it easier to configure elementary cli 😎
(This version is compatible with elementary's cli version v0.4.7 and above)
0.4.7
New Changes
- Added support for alias configuration (contributed by @civitaspo!)
Bug Fixes
- Fixed ref issue in alerts_dbt_models on BigQuery
Acknowledgement
- Thanks @civitaspo for making his first contribution!
0.4.6
New Changes
- Added new model for Snapshots artifacts data - dbt_snapshots
- Schema changes tests no longer depend on dbt run
- dbt run results and are now uploaded by default in on-run-end
- Added flags to configure alerts
Bug Fixes
- Fixed support of Windows multiline queries
- Fixed duplicate owners in dbt_tests - Thanks for reporting @jtalmi ✌🏻
Acknowledgement
- Thanks to @IrinaSel for making her first contribution ❤️
(This package version is compatible with Elementary's CLI version 0.4.5 and above)
0.4.5
Exactly the same as 0.4.6 (0.4.6 simply contains a fix to the readme and setup instructions)
(This package version is compatible with Elementary's CLI version 0.4.5 and above)
0.4.2
New Changes
- Added a flag to ignore test warnings in alert views.
Bug Fixes
- Model owners are stored correctly, providing either a list or a string.
- Fixed issue in schema changes for BigQuery:
- Schemata view was invalid.
- Query was too long.
- Changed anomaly sensitivity views to rely on db timestamp and not dbt
run_started_at
.
(This package version is compatible with Elementary's CLI version 0.4.0 and above)