Hi, I have a question about monitoring the meltano...
# troubleshooting
j
Hi, I have a question about monitoring the meltano. I know that monitoring is on your road map right now, but I have some meltano machines on GCP and which are using the embedded airflow to orchestrate the data pulls and sometimes I got random errors. What's the best way to monitoring it? Ideally, I would like to pipe the errors to a specific slack channel.
p
Have you tried using the airflow email configuration? Slack allows to use emails as a notification channel, it's what i use.
Right click -> Open channel details -> Send emails to this channel
I don't use Meltano's Airflow, but from my understanding it should work the same way, configuring it you should be able to send emails when jobs fail
j
oh, good call @pablo_seibelt! I've never used that before, but I'm gonna try out, thanks for helping!
p
Np!