Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement success/failure notifiers for Airflow DAGs #171

Open
MattTriano opened this issue Jun 25, 2023 · 1 comment
Open

Implement success/failure notifiers for Airflow DAGs #171

MattTriano opened this issue Jun 25, 2023 · 1 comment

Comments

@MattTriano
Copy link
Owner

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
Copy link
Owner Author

Astro has very good documentation on this subject.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant