From a4466c2aa1da759318644b770e634f0edb12335a Mon Sep 17 00:00:00 2001 From: Ly Nguyen Date: Mon, 6 Nov 2023 16:04:46 -0800 Subject: [PATCH 1/3] Release note for job notification updates --- .../02-Nov-2023/job-notifications-rn.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 website/docs/docs/dbt-versions/release-notes/02-Nov-2023/job-notifications-rn.md diff --git a/website/docs/docs/dbt-versions/release-notes/02-Nov-2023/job-notifications-rn.md b/website/docs/docs/dbt-versions/release-notes/02-Nov-2023/job-notifications-rn.md new file mode 100644 index 00000000000..8da60e5d24d --- /dev/null +++ b/website/docs/docs/dbt-versions/release-notes/02-Nov-2023/job-notifications-rn.md @@ -0,0 +1,15 @@ +--- +title: "Enhancement: Email and Slack job notifications" +description: "November 2023: New quality-of-life improvements for setting up and administering email and Slack job notifications" +sidebar_label: "Enhancement: Job notifications" +sidebar_position: 10 +tags: [Nov-2023] +--- + +There are new quality-of-life improvements in dbt Cloud for email and Slack notifications about your jobs: + +- You can add external email addresses and receive job notifications from them. External emails can be addresses that are outside of your dbt Cloud account and also for configuring notifications in third-party services like Microsoft Teams and PagerDuty. +- You can configure notifications for multiple Slack channels. Previously, you could only configure one Slack channel. +- Any account admin can now edit slack notifications, not just the person who created it. + +To learn more, check out [Job notifications](/docs/deploy/job-notifications). \ No newline at end of file From 794d2bcdd626991e0a6836f414d28de3172724bc Mon Sep 17 00:00:00 2001 From: Ly Nguyen Date: Thu, 9 Nov 2023 09:50:52 -0800 Subject: [PATCH 2/3] Feedback --- .../release-notes/02-Nov-2023/job-notifications-rn.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/website/docs/docs/dbt-versions/release-notes/02-Nov-2023/job-notifications-rn.md b/website/docs/docs/dbt-versions/release-notes/02-Nov-2023/job-notifications-rn.md index 8da60e5d24d..32189c66a8e 100644 --- a/website/docs/docs/dbt-versions/release-notes/02-Nov-2023/job-notifications-rn.md +++ b/website/docs/docs/dbt-versions/release-notes/02-Nov-2023/job-notifications-rn.md @@ -8,8 +8,10 @@ tags: [Nov-2023] There are new quality-of-life improvements in dbt Cloud for email and Slack notifications about your jobs: -- You can add external email addresses and receive job notifications from them. External emails can be addresses that are outside of your dbt Cloud account and also for configuring notifications in third-party services like Microsoft Teams and PagerDuty. +- You can add external email addresses and receive job notifications from them. External emails can be: + - Addresses that are outside of your dbt Cloud account + - Third-party integration addresses for configuring notifications to services like Microsoft Teams or PagerDuty - You can configure notifications for multiple Slack channels. Previously, you could only configure one Slack channel. -- Any account admin can now edit slack notifications, not just the person who created it. +- Any account admin can now edit slack notifications, not just the person who created them. To learn more, check out [Job notifications](/docs/deploy/job-notifications). \ No newline at end of file From 9fc32238cb841299fcaac768fe26608ba795d46a Mon Sep 17 00:00:00 2001 From: Ly Nguyen <107218380+nghi-ly@users.noreply.github.com> Date: Thu, 9 Nov 2023 15:13:54 -0800 Subject: [PATCH 3/3] Update website/docs/docs/dbt-versions/release-notes/02-Nov-2023/job-notifications-rn.md --- .../release-notes/02-Nov-2023/job-notifications-rn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-versions/release-notes/02-Nov-2023/job-notifications-rn.md b/website/docs/docs/dbt-versions/release-notes/02-Nov-2023/job-notifications-rn.md index 32189c66a8e..660129513d7 100644 --- a/website/docs/docs/dbt-versions/release-notes/02-Nov-2023/job-notifications-rn.md +++ b/website/docs/docs/dbt-versions/release-notes/02-Nov-2023/job-notifications-rn.md @@ -8,7 +8,7 @@ tags: [Nov-2023] There are new quality-of-life improvements in dbt Cloud for email and Slack notifications about your jobs: -- You can add external email addresses and receive job notifications from them. External emails can be: +- You can add external email addresses and send job notifications to them. External emails can be: - Addresses that are outside of your dbt Cloud account - Third-party integration addresses for configuring notifications to services like Microsoft Teams or PagerDuty - You can configure notifications for multiple Slack channels. Previously, you could only configure one Slack channel.