Update dp-data-pipelines to add more information to the failure() and success() messages of the PipelineNotifier so that it updates the automated Slack message to include the source ID and, ideally, a timestamp for both when the processing began and when it was completed, and which environment, i.e sandbox/staging/production.
How to review
check that the automated Slack message contains the source ID, timestamps and environment.
What
Update dp-data-pipelines to add more information to the
failure()
andsuccess()
messages of thePipelineNotifier
so that it updates the automated Slack message to include the source ID and, ideally, a timestamp for both when the processing began and when it was completed, and which environment, i.e sandbox/staging/production.How to review
Who can review
Anyone