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
pablo_seibelt
08/10/2021, 8:10 PM
Have you tried using the airflow email configuration? Slack allows to use emails as a notification channel, it's what i use.
pablo_seibelt
08/10/2021, 8:11 PM
Right click -> Open channel details -> Send emails to this channel
pablo_seibelt
08/10/2021, 8:11 PM
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
jose_ribeiro
08/11/2021, 12:55 PM
oh, good call @pablo_seibelt! I've never used that before, but I'm gonna try out, thanks for helping!