dbt-data-reliability
dbt-data-reliability copied to clipboard
WIP functioning resolved alerts
ELE-1624 Resolved alert PoC
Definition of done:
- Extend current flow to support resolved alert
- See different design options here -- >
- https://excalidraw.com/#room=e31fa927c783ff49c7da,NdXy9r_msYK_VIpreQGdzA
- We discussed two main options -
- Use partition by test unique id to get the previous state per result and send alert on changes (failure / resolved)
- Create a new state object called DataTest that will contain the last status and then update a different alerts / issues table based on this status change
- "Reolved" alert appears in Slack if tests failed and then passed
👋 @ofek1weiss
Thank you for raising your pull request.
Please make sure to add tests and document all user-facing changes.
You can do this by editing the docs
files in the elementary
repository.