Releases: elementary-data/elementary
Releases · elementary-data/elementary
v0.6.1
Bug Fixes
Fixed a bug in the report resulted in the long name of the test being displayed instead of the short name
v0.6.0
What's Changed
- Improved report's generation time by 10x by @elongl in #413
- Improved Lineage performance by 10x by @nimrod-ne in #392
- Support test description both on the report and the alerts by @IDoneShaveIt in #401
- Detailed error reporting by @haritamar in #386
- Tutorial guide by @IDoneShaveIt in #376
- Let boto3 determine AWS credentials by @hengpor in #396
- --dbt-quoting CLI flag by @haritamar in #411
- Unify updated tests by @IDoneShaveIt in #384
- evaluate config args in hierarchy, even the "falsey" ones by @kopackiw in #381
- Introduce Elementary extension for Meltano into docs by @SBurwash in #399
New Contributors
- @kopackiw made their first contribution in #380
- @haritamar made their first contribution in #387
- @hengpor made their first contribution in #396
- @SBurwash made their first contribution in #399
Full Changelog: v0.5.4...v0.6.0
v0.5.4
New Features
- Checking that edr is compatible with dbt package version in order to avoid unexpected crashes
Bug Fixes & Improvements
- Improved report's performance
- Fixed sending report over Slack for big files
- Report datetime have consistent format
Contributions & Acknowledgements
Thanks @a13xa1v35 and @rloredo for making their first contributions 😎 ✌🏻
v0.5.3
Changes
- Added source freshness alerts.
- Added a flag to excludes Elementary's internal models from the report
--exclude-elementary-models
,true
by default. - Added a formatter CI that ensures the code is formatted at all times.
v0.5.2
v0.5.1
v0.5.0
New Features
- New Model Runs screen 😱 🥳
‼️ - Alerts' time can be configured with a
--timezone
parameter. Thanks @Nic3Guy for the contribution. - Added OAuth (
gcloud
) support forsend-report
with Google Cloud Storage.
Changes
- Changed default executions limit in Test Runs from 30 to 720.
- Changed error logs to exception logs in
send-report
in 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
. edr
returns exit codes according to whether it succeeded or failed.- A new Github Action for running
edr
in 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.