clean-and-green-philly
clean-and-green-philly copied to clipboard
Task: Refactor slack notification service
Make slack notifications handled through a single SlackNotifier class that handles establishing the client connection and sending any messaging for pipeline run failures or warnings from data-diffing etc.
Currently the are several places across the repo that the web client connection is created and messages and being sent, so this should be centralized to one object.