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

[Feature] Add the ability to set notifications from dbt-jobs-as-code #77

Open
b-per opened this issue Jul 9, 2024 · 0 comments
Open
Assignees
Labels
triage Issue needs to be triaged by the maintainer team.

Comments

@b-per
Copy link
Collaborator

b-per commented Jul 9, 2024

Describe the feature
In addition to defining jobs, some people might want to define mail/slack notifications for the jobs being defined. This could be added as an additional config on the jobs themselves.

Describe alternatives you've considered
Setting up notifications separately, either by hand in the UI or via the API called either manually or via Terraform.

Who will this benefit?
People wanting to manage jobs and notifications for those jobs at the same time.

Additional context
A few things to consider:

  1. setting up notifications will require Account Admin access
  2. we will need to interact with new endpoints
    • as the notifications "key" is the email/slack channel, this will require getting the current notifications for a given email and adding the new ones
  3. what about notifications already set manually for those jobs?
  4. what about removing all notifications for a job when those have been set previsouly outside of jobs-as-code or with jobs-as-code?
@b-per b-per added the triage Issue needs to be triaged by the maintainer team. label Jul 9, 2024
@b-per b-per self-assigned this Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Issue needs to be triaged by the maintainer team.
Projects
None yet
Development

No branches or pull requests

1 participant