ONSdigital / dp-data-pipelines

Pipeline specific python scripts and tooling for automated website data ingress.
MIT License
1 stars 0 forks source link

Restructured SlackMessenger notifications #83

Closed SarahJohnsonONS closed 5 months ago

SarahJohnsonONS commented 5 months ago

What

Subclassed SlackMessenger for the four different notification channels (DE, DS, SE, PS), with success() and failure() methods that post "Success"/"Failure" to the Slack channel without the full error message text. Replaced all uses of old Slack clients in dataset_ingress_v1.py and s3_tar_received.py. Tests amended.

How to review

Sanity check.

Who can review

Anyone.