From f1378e49a39125037cddfa7119c2ce1dd92796fc Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Thu, 7 Nov 2024 12:20:06 -0500 Subject: [PATCH 1/2] first pass --- src/unify/data-graph/index.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/unify/data-graph/index.md b/src/unify/data-graph/index.md index f58c23ab3d..5fb4c4315d 100644 --- a/src/unify/data-graph/index.md +++ b/src/unify/data-graph/index.md @@ -414,4 +414,17 @@ Upon editing and saving changes to your Data Graph, a modal will pop up to warn ### Detect warehouse breaking changes -Segment has a service that regularly scans and monitors the Data Graph for changes that occur in your warehouse that may break components of the Data Graph, such as when the table being referenced by the Data Graph gets deleted from your warehouse or when the primary key column no longer exists. An alert banner will be displayed on the Data Graph landing page. The banner will be removed once the issues are resolved in your warehouse and/or the Data Graph. You will also have the option to trigger a manual sync of your warehouse schema. +Segment has a service that regularly scans and monitors the Data Graph for changes that occur in your warehouse that may break components of the Data Graph, like when the table being referenced by the Data Graph gets deleted from your warehouse or when the primary key column no longer exists. An alert banner will be displayed on the Data Graph landing page. The banner will be removed once the issues are resolved in your warehouse and/or the Data Graph. You will also have the option to trigger a manual sync of your warehouse schema. + +### Alerts for warehouse breaking changes + +Configure alerts for breaking changes to receive notifications over Slack, email, or in-app notification whenever Segment detects a breaking change in your warehouse. + +To configure alerts for breaking changes: +1. Open your workspace and navigate to **Settings > User Preferences > Activity Notifications**. +2. Select **Data Graph**. +3. Select one of the following notification methods: + - **Email**: Select this to receive notifications at either the email address associated with your account or another email address that you enter into this field. + - **Slack**: Select this and enter a Slack webhook URL and channel name to send alerts to a channel in your Slack workspace. + - **In-app**: Select this to receive notifications in the Segment app. To view your notifications, select the bell next to your user icon in the Segment app. +4. Click **Save**. From 8b35fb3b308e2e044d3abf84f3548acbc73c2f7a Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Thu, 7 Nov 2024 12:42:53 -0500 Subject: [PATCH 2/2] [netlify-build] --- src/unify/data-graph/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unify/data-graph/index.md b/src/unify/data-graph/index.md index 5fb4c4315d..8cf518a981 100644 --- a/src/unify/data-graph/index.md +++ b/src/unify/data-graph/index.md @@ -416,7 +416,7 @@ Upon editing and saving changes to your Data Graph, a modal will pop up to warn Segment has a service that regularly scans and monitors the Data Graph for changes that occur in your warehouse that may break components of the Data Graph, like when the table being referenced by the Data Graph gets deleted from your warehouse or when the primary key column no longer exists. An alert banner will be displayed on the Data Graph landing page. The banner will be removed once the issues are resolved in your warehouse and/or the Data Graph. You will also have the option to trigger a manual sync of your warehouse schema. -### Alerts for warehouse breaking changes +### Receive alerts for warehouse breaking changes Configure alerts for breaking changes to receive notifications over Slack, email, or in-app notification whenever Segment detects a breaking change in your warehouse.