Skip to content

Commit 8830955

Browse files
committed
add sync overview [netlify-build]
1 parent 280db46 commit 8830955

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/connections/reverse-etl/manage-retl.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ beta: false
55

66
View your sync history, gain insights into sync statuses, and restart or replay failed or partially successful syncs.
77

8+
## Sync overview
9+
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.
10+
11+
![A screenshot of the sync overview page, which includes one failed sync and three successful syncs. ](images/sync-overview.png)
12+
13+
You can view the following information about each sync:
14+
- **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.
15+
- **Mapping**: The named mapping that powered the sync and a hyperlink to the mapping's overview page.
16+
- **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.
17+
- **Action**: The Action that your destination uses to map information from your warehouse to your downstream destination.
18+
- **Mapping status**: The status of your mapping: either **Enabled** or **Disabled**.
19+
20+
You can also filter the sync overview table to return only the syncs that match your criteria.
21+
22+
You can filter for the following sync attributes:
23+
- **Sync status**: The status of your sync: In progress, Successful, Partially successful, or Failed.
24+
- **Start time**: Select a predefined time period, or create a custom date range.
25+
- **Model**: The model connected to your sync.
26+
- **Destination**: Select one or more of your connected destinations.
27+
- **Mapping status**: The status of your mapping: either **Enabled** or **Disabled**.
28+
829
## Sync history
930
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.
1031

0 commit comments

Comments
 (0)