Releases: elementary-data/elementary
Releases · elementary-data/elementary
v0.6.6
What's Changed
- Added
edr run-operation upload-source-freshnessby @elongl in #553 - Add
--s3-endpoint-urlas option for sending report to S3 by @esenilsson & @elongl in #515, #516 - fix fail rate bug by @IDoneShaveIt in #526
- Update cli-commands.mdx by @esenilsson in #527
- Always open files as utf-8 by @haritamar in #546
- Fix upcoming breaking changes in dbt 1.4.0 by @elongl in #566
- Fix test results configuration (report) by @IDoneShaveIt in #569
- Fix duplicate rows bug by @IDoneShaveIt in #492
- Postgres integration by @elongl in #562
- Ele 184 revert dbt project dirs automatic by @elongl in #575
New Contributors
- @esenilsson made their first contribution in #515
- @Hadarsagiv made their first contribution in #540
- @pratik60 made their first contribution in #550
- @benoit-tropos-io made their first contribution in #570
Full Changelog: v0.6.5...v0.6.6
v0.6.5
What's Changed
- Using project directory to run the artifacts. by @elongl in #478
- Suppress alerts by @IDoneShaveIt in #486
- Alerts filters by @IDoneShaveIt in #498
- Invocations filter by @IDoneShaveIt in #480
- Changed the default days back to 'edr monitor' (alerts). by @elongl in #488
Full Changelog: v0.6.3...v0.6.5
v0.6.4
Fixed a bug in source freshness alerts.
Full Changelog: v0.6.3...v0.6.4
v0.6.3
Docker
We've released our first Docker image!
What's Changed
- Fix schema changes missing results by @IDoneShaveIt in #435
- Added
--disable-samples. by @elongl in #430 - support test short name in alerts by @IDoneShaveIt in #436
- fix alerts description by @IDoneShaveIt in #437
- fix an issue when auto open report in WSL by @ivan-toriya in #447
- Letting dbt lookup the profiles.yml unless
--profiles-dirspecified. by @elongl in #438 - Add email parsing for slack handle alerts by @jelstongreen & @IDoneShaveIt in #448 & #453
- fix timezone for alerts bug by @IDoneShaveIt in #454
- Grouped description by @IDoneShaveIt in #428
- Added
--project-name. by @elongl in #460 - Created an
--envflag. by @elongl in #464 - Short-circuting the channel name to channel ID lookup. by @elongl in #466
schema_changes_from_baselinesupport in reports by @haritamar in #455- tags and owners sidebars by @IDoneShaveIt in #452
- Modular alerts by @IDoneShaveIt in #418
- Still get user ids when only a non-list is passed to owner/subscriber by @jelstongreen in #459
New Contributors
- @ivan-toriya made their first contribution in #447
- @jelstongreen made their first contribution in #448
Full Changelog: v0.6.2...v0.6.3
0.6.2
Bug Fixes
- Fixed a bug in the report where schema change test results are missing
- Fixed a bug in the alerts resulted in the long name of the test being displayed instead of the short name
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,trueby default. - Added a formatter CI that ensures the code is formatted at all times.