Kevin Haynes
02/15/2022, 11:01 PMslack_on_failure
and slack_on_success
, which I thought would tell me when the job succeeds or fails, but it fires the Slack message when the individual ops succeed or fail. Is there a way to configure it so the hook is "at the job level?"alex
02/15/2022, 11:04 PMrex
02/15/2022, 11:06 PMdagster_slack
, alerts on job failures is built out for you in the form of make_slack_on_run_failure_sensor
https://docs.dagster.io/_apidocs/libraries/dagster-slack#dagster_slack.make_slack_on_run_failure_sensorKevin Haynes
02/15/2022, 11:06 PMmessage_fn
but it looks like the arg is actually text_fn