has anyone spun anything up that sends notificatio...
# announcements
d
has anyone spun anything up that sends notifications (slack, email, etc.) upon solid or pipeline failure? I know I can leverage stuff like the
slack_resource
within solids, but there are instances where I'd prefer to have a blanket notification sent regardless of which solid and/or pipeline failed
m
we probably want to add custom listeners to the event stream
but you can certainly do a version of this with a custom logger
d
Yeah, logger is what I was thinking as well but it didn’t feel totally right for some reason. I may take a swing at making a slack logger
Thanks @max
m
Very interested to see what you write!