https://dagster.io/ logo
r

Res Dev

04/21/2020, 8:21 PM
Anyone implemented reusable email alert plugin whenever a pipeline fails?
a

alex

04/21/2020, 9:18 PM
@sashank did we ever land any of your prototypes or did you have one we could reference here?
👍 1
s

sashank

04/21/2020, 9:27 PM
@Res Dev this might be helpful https://dagster.phacility.com/D2293
You can write a custom logger than sends an email using SMTP whenever you encounter a step failure event
Each step failure event will have a serialized exception that you can access and send
Would this work for you? Happy to help implement if it’s confusing
r

Res Dev

04/21/2020, 9:39 PM
Thank you, all I ever programmed is functional programming (never touched a class). So it does look confusing to me. IMO if we can implement standard email logger as part of dagster ecosystem, I assume that would make adoption of dagster for newcomers a breeze.
Coming from airflow, my experience with dagster is great. Great work bdw
m

Michael Lynton

06/03/2021, 6:53 PM
I’m curious if anything every came of this. Custom logger on a step failure sounds nice.
forgot to click the link. I’ll take a look at it, but was also curious if there’s anything new ‘baked in’ since this was originally asked
a

alex

06/03/2021, 6:55 PM
step failure you can use https://docs.dagster.io/concepts/solids-pipelines/solid-hooks#solid-hooks pipeline failure is coming soon
m

Michael Lynton

06/03/2021, 6:55 PM
Thanks!!
a

alex

06/03/2021, 6:57 PM
cc @yuhan
🙏 1