https://dagster.io/ logo
t

Tim Chan

08/17/2020, 5:09 PM
Is there a way to use the PagerDuty module to send a PagerDuty alert when a pipeline fails? The example I see here seems to be an explicit calling of a PagerDuty solid.
d

dwall

08/17/2020, 5:12 PM
hey @Tim Chan - we actually just implemented this functionality by leveraging hooks
although, we chose not to use the existing
dagster_pagerduty
module. We implemented our own
t

Tim Chan

08/17/2020, 5:13 PM
ah, hooks came out recently?
i’m still on version
0.7.6
d

dwall

08/17/2020, 5:14 PM
ah yeah hooks are
0.9.x
afaik
t

Tim Chan

08/17/2020, 5:16 PM
thanks for the tip @dwall
👍 1
n

nate

08/17/2020, 5:32 PM
ah yup we should provide this as a hook https://github.com/dagster-io/dagster/issues/2826 cc @yuhan
👍 1
2 Views