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