Releases: elementary-data/elementary
Releases · elementary-data/elementary
v0.5.1
v0.5.0
New Features
- New Model Runs screen 😱 🥳
‼️ - Alerts' time can be configured with a
--timezoneparameter. Thanks @Nic3Guy for the contribution. - Added OAuth (
gcloud) support forsend-reportwith Google Cloud Storage.
Changes
- Changed default executions limit in Test Runs from 30 to 720.
- Changed error logs to exception logs in
send-reportin order to present the user with the issue. Thanks @seanglynn-thrive for the contribution.
Bug Fixes
- Fixed a backwards-compatibility bug that caused alerts to appear and be sent twice.
v0.4.11
New Features
- Support uploading the report to flexible path in S3 & GCS buckets 😎
- Support configuring slack channel also at the test level 💯
Bug Fixes
- Linage screen fixes and improvements ✌🏻
- Fix Slack rate limit error
Contributions & Acknowledgements
Thanks @yashpimple for making his first contribution.
v0.4.10
Bug Fixes
- Fix report exception when expanding a test result with error status (happened only to anomaly & schema changes tests).
v0.4.9
New Features
- New Lineage screen 🥳 🎉 🎈 dbt lineage enriched with test results.
- Browser authentication support via SSO in
profiles.yml. - Custom report name in
send-report. edrreturns exit codes according to whether it succeeded or failed.- A new Github Action for running
edrin an automated manner.
Infrastructure
- Report side bar issue when files string was part of the models path.
- Added CI to automatically run E2E tests using Github Actions.
- Added more logs when CLI fails to expedite incident resolution.
Guides
- Elementary setup in production.
v0.4.8
Same as v0.4.7 but with the following fixes:
- Fixed Slack integration with webhook
v0.4.7
New Changes
- New! Databricks support (beta)!! ✌🏻💯
- New! Dimension values monitoring!! 💪🏻
- New! S3 / GCS integration (upload report & static website support)!! 😎
- New! Docs are first citizen and part of the repository!! 🤯
Acknowledgements & Contributions
- @hahnbeelee for making first contribution 👏🏻
- @hanywang2 for making first contribution 👏🏻
- @Aylr for making first contribution 👏🏻
v0.4.6
v0.4.5
New Changes
- New! Inspect upstream and downstream test results in UI
- New! Alerts on models and snapshots failures and errors
- Added the option to subscribe for alerts
- Added custom Slack channel for alerts
- Long tests queries support in alerts
- Configurable name for report file
- Flag for sampling passed Elementary anomaly tests
Bug Fixes
- Fixed error status tests failing the report
- Fixed multiple owners in alerts
- Fixed race condition in alerts when multiple dbt test jobs are running
- Fixed Slack token integration bug due to Slack API pagination