bdit_data-sources icon indicating copy to clipboard operation
bdit_data-sources copied to clipboard

Add functionality to send a slack message if there

Open radumas opened this issue 5 years ago • 1 comments

Per this SO post it's possible to get the return value from a BashOperator. The return value should modify what message Slack sends. There are a few non-critical the script will log that won't kill the program. These should bubble to some final sys.exit() call which would trigger a Slack message to notify that the data pipeline encountered a weird issue.

radumas avatar Dec 17 '19 19:12 radumas

Kind of wondering if I should make these unusual errors fail it instead.

radumas avatar Dec 17 '19 22:12 radumas

If there what?

Nate-Wessel avatar Aug 14 '23 12:08 Nate-Wessel

are non-critical errors

radumas avatar Aug 14 '23 13:08 radumas

Wow I was really allergic to writing "errors" when I wrote the issue title and description. Updated.

radumas avatar Nov 10 '23 13:11 radumas

This has been dealt with in the splitting the BashOperator into python tasks

radumas avatar Feb 13 '24 15:02 radumas