Skip to content

Commit 878a04f

Browse files
Merge pull request segmentio#6812 from segmentio/master
Master to develop after one-off
2 parents 7f0014c + 40144ff commit 878a04f

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Loading

src/connections/reverse-etl/index.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,27 @@ After you've followed [all four steps](/docs/connections/reverse-etl/#getting-st
134134

135135
### Managing syncs
136136

137+
#### Sync overview
138+
On the Reverse ETL sync overview tab for your destination, you can see information about your recent Reverse ETL syncs at a glance, search for recent syncs, and quickly access the mappings and models that power Reverse ETL.
139+
140+
![A screenshot of the sync overview page, which includes one failed sync and three successful syncs. ](images/sync-overview.png)
141+
142+
You can view the following information about each sync:
143+
- **Latest sync**: The progress of your latest sync: syncs can either be **In progress**, **Successful**, or **Failed**. Also included is the timestamp of the sync start time.
144+
- **Mapping**: The named mapping that powered the sync and a hyperlink to the mapping's overview page.
145+
- **Model**: The name that you gave the SQL query used to withdraw information from your warehouse, with a hyperlink to the model overview page. Below the model name, you can see the warehouse source that Segment extracts information from.
146+
- **Action**: The Action that your destination uses to map information from your warehouse to your downstream destination.
147+
- **Mapping status**: The status of your mapping: either **Enabled** or **Disabled**.
148+
149+
You can also filter the sync overview table to return only the syncs that match your criteria.
150+
151+
You can filter for the following sync attributes:
152+
- **Sync status**: The status of your sync: In progress, Successful, Partially successful, or Failed.
153+
- **Start time**: Select a predefined time period, or create a custom date range.
154+
- **Model**: The model connected to your sync.
155+
- **Destination**: Select one or more of your connected destinations.
156+
- **Mapping status**: The status of your mapping: either **Enabled** or **Disabled**.
157+
137158
#### Sync history and observability
138159
Check the status of your data extractions and see details of your syncs. Click into failed records to view additional details on the error, sample payloads to help you debug the issue, and recommended actions.
139160

0 commit comments

Comments
 (0)