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

dag: Add support for Slack notification in DAG definitions #758

Open
yohamta opened this issue Dec 30, 2024 · 0 comments
Open

dag: Add support for Slack notification in DAG definitions #758

yohamta opened this issue Dec 30, 2024 · 0 comments
Assignees
Labels
enhancement New feature to be implemented

Comments

@yohamta
Copy link
Collaborator

yohamta commented Dec 30, 2024

This feature introduces a new slackOn configuration field that allows users to enable Slack alerts for DAG execution events such as success and failure. Users can define webhook URLs for each event.

Example:

slackOn:
  success: true
  failure: true
slack:
  success:
    webhookUrl: https://hooks.slack.com/services/T00000000/B00000000
  failure:
    webhookUrl: https://hooks.slack.com/services/T00000000/B00000000
@yohamta yohamta changed the title dag: Support slack notification for DAG executions dag: Add support for Slack notification in Dec 30, 2024
@yohamta yohamta changed the title dag: Add support for Slack notification in dag: Add support for Slack notification in DAG definitions Dec 30, 2024
@yohamta yohamta self-assigned this Dec 30, 2024
@yohamta yohamta added the enhancement New feature to be implemented label Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature to be implemented
Projects
None yet
Development

No branches or pull requests

1 participant