MattTriano / analytics_data_where_house

An analytics engineering sandbox focusing on real estates prices in Cook County, IL
https://docs.analytics-data-where-house.dev/
GNU Affero General Public License v3.0
7 stars 0 forks source link

Implement success/failure notifiers for Airflow DAGs #171

Open MattTriano opened 1 year ago

MattTriano commented 1 year ago

Airflow 2.6.0 introduced a new Notifiers framework. I don't want to increase the complexity of the project too much (or force users to sign up for an SMTP email service), but a lot of the value of this system comes from not having to closely monitor it, so notifications are a valuable feature. So implement a [notifier]((https://airflow.apache.org/docs/apache-airflow/stable/howto/notifications.html) and figure out a delivery mechanism.

MattTriano commented 1 year ago

Astro has very good documentation on this subject.