You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/reverse-etl/index.md
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,27 @@ After you've followed [all four steps](/docs/connections/reverse-etl/#getting-st
134
134
135
135
### Managing syncs
136
136
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
+

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
+
137
158
#### Sync history and observability
138
159
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.
0 commit comments