Skip to content

Commit b7a0c15

Browse files
committed
update w/ new releases [netlify-build]
1 parent 1bc68b3 commit b7a0c15

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

src/connections/reverse-etl/observability.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,23 @@ To check the status of your extractions:
1919
* The load results - how many successful records were synced as well as how many records were updated, deleted, or are new.
2020
5. If your sync failed, click the failed reason to get more details on the error and view sample payloads to help troubleshoot the issue.
2121

22-
## Email alerts
23-
You can opt in to receive email alerts regarding notifications for Reverse ETL.
22+
> info "Segment automatically retries events that were extracted but failed to load"
23+
> Segment retries events for 14 days following a total or partial sync failure. Before loading the failed records on a subsequent sync, Segment checks for the latest changes in your data to ensure the data loaded into your warehouse isn't stale. If the error causing the load failure is coming from an upstream tool, you can fix the error in the upstream tool to ensure the record loads on the next sync.
2424
25-
To subscribe to email alerts:
25+
## Alerting
26+
You can opt in to receive email, Slack, and in-app alerts about Reverse ETL sync failures and partial successes.
27+
28+
To subscribe to alerts:
2629
1. Navigate to **Settings > User Preferences**.
2730
2. Select **Reverse ETL** in the **Activity Notifications** section.
28-
3. Click the toggle on for the notifications you want to receive. You can choose from:
31+
3. Click the Reverse ETL sync status that you'd like to receive notifications for. You can select one or more of the following sync statuses:
32+
- **Reverse ETL sync failed**: Receive a notification when your Reverse ETL sync fails.
33+
- **Reverse ETL sync partial success**: Receive a notification when your Reverse ETL sync is partially successful.
34+
4. Select one or more of the following alert options:
35+
- **Enable email notifications**: Enter an email address or alias that should receive alerts.
36+
- **Enable Slack notifications**: Enter a Webhook URL and Slack channel name.
37+
- **Enable in-app notifications**: Select this option to see an in-app notification.
38+
5. Click **Create alert**.
2939

30-
Notification | Details
31-
------ | -------
32-
Reverse ETL Sync Failed | Set toggle on to receive notification when your Reverse ETL sync fails.
33-
Reverse ETL Sync Partial Success | Set toggle on to receive notification when your Reverse ETL sync is partially successful.
40+
> info "View email addresses that are signed up to receive alerts"
41+
> If you opted to receive notifications by email, you can click **View active email addresses** to see the email addresses that are currently signed up to receive notifications.

src/connections/reverse-etl/reverse-etl-source-setup-guides/postgres-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To set up Postgres with Reverse ETL:
3333
GRANT CREATE ON DATABASE "<enter database name here>" TO "segment";
3434
```
3535
4. Make sure the user has correct access permissions to the database.
36-
5. Follow the steps listed in the [Add a source](/docs/connections/reverse-etl/#step-1-add-a-source) section to finish adding Postgres as a source.
36+
5. Follow the steps listed in the [Add a source](/docs/connections/reverse-etl/setup/#step-1-add-a-source) section to finish adding Postgres as a source.
3737

3838
## Extra permissions
3939
* Give the `segment` user read permissions for any resources (databases, schemas, tables) the query needs to access.

src/connections/reverse-etl/reverse-etl-source-setup-guides/redshift-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To set up Redshift with Reverse ETL:
2222
-- allows the "segment" user to create new schemas on the specified database. (this is the name you chose when provisioning your cluster)
2323
GRANT CREATE ON DATABASE "<enter database name here>" TO "segment";
2424
```
25-
4. Follow the steps listed in the [Add a source](/docs/connections/reverse-etl#step-1-add-a-source) section to finish adding Redshift as your source.
25+
4. Follow the steps listed in the [Add a source](/docs/connections/reverse-etl/setup/#step-1-add-a-source) section to finish adding Redshift as your source.
2626

2727
## Extra Permissions
2828
Give the `segment` user read permissions for any resources (databases, schemas, tables) the query needs to access.

0 commit comments

Comments
 (0)