Skip to content

Releases: elementary-data/elementary

v0.5.1

29 Sep 12:24

Choose a tag to compare

Fixed a bug in the report that causes it to crash when the user's dbt project contains Exposures.

v0.5.0

28 Sep 18:00

Choose a tag to compare

New Features

  • New Model Runs screen 😱 🥳 ‼️
  • Alerts' time can be configured with a --timezone parameter. Thanks @Nic3Guy for the contribution.
  • Added OAuth (gcloud) support for send-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

07 Sep 17:21
81379bc

Choose a tag to compare

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

30 Aug 13:19
4a86b05

Choose a tag to compare

Bug Fixes

  • Fix report exception when expanding a test result with error status (happened only to anomaly & schema changes tests).

v0.4.9

29 Aug 12:52

Choose a tag to compare

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

v0.4.8

15 Aug 12:18

Choose a tag to compare

Same as v0.4.7 but with the following fixes:

  • Fixed Slack integration with webhook

v0.4.7

14 Aug 18:09
a6752e6

Choose a tag to compare

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

27 Jul 16:30
b16d11c

Choose a tag to compare

Same as v0.4.5 but with the following fixes-

  • Fixed dependencies issue between platforms (BigQuery, Redshift, Snowflake)
  • Fixed edr monitor missing alert modules
  • Fixed duplicated values in UI filters

v0.4.5

25 Jul 17:07
fac9084

Choose a tag to compare

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

v0.4.4

14 Jul 16:43

Choose a tag to compare

New Changes

  • Added an error page on a failed report.

Bug Fixes

  • Handling a race condition with multiple dbt test concurrently to edr monitor.