> ## Documentation Index
> Fetch the complete documentation index at: https://elementary-ele-2784-fix-alerts-configuration-links-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Elementary 0.7.6

*March 27, 2023: [v0.7.6 Python](https://github.com/elementary-data/elementary/releases/tag/v0.7.6), [v0.7.4 dbt package](https://github.com/elementary-data/dbt-data-reliability/releases/tag/0.7.4)*

### 🔥 What's new?

* **Custom test names are now supported!** 🖌🎨
  * For every dbt test, you can provide an indicative name and Elementary will show it!
  * Here is an example:

```yaml properties.yml
tests:
  - accepted_values:
      values: ["ios", "android", "windows"]
      name: unexpected_operating_system
```

* You can read more about the use cases from [@Marta Massarotti](https://elementary-community.slack.com/team/U04JHEZRDUM) and [@Owen](https://elementary-community.slack.com/team/U04P81RELTS) in the [Github issue](https://github.com/elementary-data/elementary/issues/299).

* **CLI improvements** 💻😎
  * Target path for all `edr` files
    * We added a new `-target-path` flag for all the outputs to make it easier to maintain and deploy Elementary.
    * Thanks [@Gemma Down](https://elementary-community.slack.com/team/U04LT9TNUE4) for the issue and use case!
  * Added `edr monitor debug` command
    * This would help you debug connection and profile issues.

### 🐞 Bug fixes

*
* Reduced high memory consumption of `edr` - Thanks [@Jake Beresford](https://elementary-community.slack.com/team/U03BN2E93SQ) for reporting and providing valuable context!
* Improved Redshift upload artifacts performance and prevent concurrency issues - Thanks [@Chintan Patel](https://elementary-community.slack.com/team/U04B51NEJKC), [@Hugo Vandernotte](https://elementary-community.slack.com/team/U04H0MT9YUS) and [@Fabien Traventhal](https://elementary-community.slack.com/team/U03G693L05R) for reporting!
* Fixed `upload source freshness` issue - Thanks [@Collin](https://elementary-community.slack.com/team/U03NBG5C3NK), [@Idris](https://elementary-community.slack.com/team/U04U0LQUBNG), [@Corentin Hembise](https://elementary-community.slack.com/team/U049BKJN4QZ) and [@Muthu](https://elementary-community.slack.com/team/U04TL5H856K) for reporting!
* Fixed bucket URL and html report are not sent in `send-report` - Thanks [@Jack Welty](https://elementary-community.slack.com/team/U04T7FELNJX) for reporting!
* Fix passed tests count as warnings in grouped alerts - Thanks [@John Walsh](https://elementary-community.slack.com/team/U04PB1PR57Z) for reporting!
* Fixed cases and types issues in schema changes from baseline - Thanks [@Mathias Reistad](https://elementary-community.slack.com/team/U04NFU1KJAY), [@Luis Ventura](https://elementary-community.slack.com/team/U04U21QJZFY), [@Yiming](https://elementary-community.slack.com/team/U04HDE0P4NA) and [@manish ramrakhiani](https://elementary-community.slack.com/team/U04GACNBRDM) for reporting, and thank you [Sadahiro Yoshikawa](https://github.com/sadahry) for contributing! 🤩
* Special thanks to @Will Warner, @Vishal Kella and @Louis-Marius Gendreau for helping keep our docs correct and up to date! 🤩

### 📚 Reading list

We want to share some blog posts by community members -

* [@Alex Alves](https://elementary-community.slack.com/team/U03FN5JMVEY) wrote about [migrating to a new data warehouse](https://blog.multilayer.io/migrating-from-aws-redshift-to-a-new-data-warehouse-3e6b14d264bf) and how Elementary could help
* [@Jonathan Talmi](https://elementary-community.slack.com/team/U034B3V59LL) wrote about [observability at Super](https://medium.com/super/dbt-at-super-part-3-observability-c8755109901f), and specifically about how they utilize Elementary for alerts
* Also shout out to [@Stéphane Burwash](https://elementary-community.slack.com/team/U03R02KUP1V) for giving a talk about Elementary in a dbt meetup!
