clean-and-green-philly icon indicating copy to clipboard operation
clean-and-green-philly copied to clipboard

Task: Refactor slack notification service

Open cfreedman opened this issue 8 months ago • 0 comments

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.

cfreedman avatar May 14 '25 10:05 cfreedman