Need ability to configure alerts ERROR | WARN | PASS | SKIP thresholds per transformation jobs.
Current functionality we only get a 'Error' or 'Partially Succeeded' emails for dbt transformations.
Partially succeeded means ERROR>0, PASS>0
Error means [ERROR>0, PASS=0 ] OR runtimeError
We should be able to configure alerts to throw on WARN as well - this is a tuning for a dbt project to throw soft errors. Would just like to throw 'Partially Succeeded' or a new 'Warning' when [ERROR=0, WARN>0].
Please sign in to leave a comment.
Comments
0 comments