Hey! is it possible to add a new dag under dags fo...
# troubleshooting
m
Hey! is it possible to add a new dag under dags folder (orchestrate) to notifly any failure at any stage of ELT ?
p
Hey @mari_n - it is possible to add custom dags inside the dag folder. For this you might not need that though, maybe try checking out the Airflow
email_on_failure
dag parameter, it looks like its defaulted to false in the dag generator https://gitlab.com/meltano/files-airflow/-/blob/master/bundle/orchestrate/dags/meltano.py#L26 but your can customize it to do what you want. This is a good resource by Astronomer around notifications https://www.astronomer.io/guides/error-notifications-in-airflow/ and @drew_ipson did this demo recently on using Slack alerts with Meltano if thats helpful

https://youtu.be/41RGHQ49U_M?t=1151

e
@connor_flynn check this out
c
@monika_rajput