dbt-data-reliability icon indicating copy to clipboard operation
dbt-data-reliability copied to clipboard

WIP functioning resolved alerts

Open ofek1weiss opened this issue 1 year ago • 2 comments

ofek1weiss avatar Aug 24 '23 11:08 ofek1weiss

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

linear[bot] avatar Aug 24 '23 11:08 linear[bot]

👋 @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.

github-actions[bot] avatar Aug 24 '23 11:08 github-actions[bot]