Nike-Inc / spark-expectations

A Python Library to support running data quality rules while the spark job is running⚡
https://engineering.nike.com/spark-expectations
Apache License 2.0
148 stars 32 forks source link

[FEATURE] Enable Users to Customize Email Body Modification #87

Open adityapansare opened 2 months ago

adityapansare commented 2 months ago

Is your feature request related to a problem? Please describe. Email alerts are enabled for each Expectation that is triggered. These emails are not verbose barring a few status indicators (Passed, Skipped, Failed), and output/error percentages. It doesn't offer users the ability to set their own email body, and leverage the statistics, to make it more readable.

Describe the solution you'd like Can we have options where we could pass string/HTML email body with the ability to import the stats/rules as a part of it?

Describe alternatives you've considered None as the platform doesn't often an alternative.