leonardo_sjahputra
12/23/2022, 8:00 AMmeltano.yml
looks a bit like this
orchestrators:
- name: airflow
config:
email:
email_backend: airflow.utils.email.send_email_smtp
default_email_on_failure: true
(I omitted some of the obvious ones like SMTP)
My questions:
1. In my understanding, configuring meltano.yml
this way will be equivalent as configuring airflow.cfg
. Is this correct?
2. I see that in the automatically generated orchestrate/dags/meltano.py
, there's a DEFAULT_ARGS saying "email_on_failure": False. (See github version). Is this taking precedence over what I set up in meltano.yml
?
Please also let me know if I am debugging in the correct direction. Thank you so much gratitude thank youleonardo_sjahputra
12/23/2022, 10:39 AM