Skip to content

Commit 340091b

Browse files
Merge pull request segmentio#6257 from segmentio/master
master back to develop after one-off
2 parents 80881a3 + 502338e commit 340091b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/connections/reverse-etl/index.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@ To add multiple mappings from your warehouse to your destination, repeat steps 1
126126
## Using Reverse ETL
127127
After you've followed [all four steps](/docs/connections/reverse-etl/#getting-started) and set up your source, model, destination, and mappings for Reverse ETL, your data will extract and sync to your destination(s) right away if you chose an interval schedule. If you set your data to extract at a specific day and time, the extraction will take place then.
128128

129-
### Sync history and observability
129+
### Managing syncs
130+
131+
#### Sync history and observability
130132
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.
131133

132134
To check the status of your extractions:
@@ -140,6 +142,15 @@ To check the status of your extractions:
140142
* The load results - how many successful records were synced as well as how many records were updated, deleted, or are new.
141143
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.
142144

145+
#### Reset syncs
146+
You can reset your syncs so that your data is synced from the beginning. This means that Segment resyncs your entire dataset for the model.
147+
148+
To reset a sync:
149+
1. Select the three dots next to **Sync now**.
150+
2. Select **Reset sync**.
151+
3. Select the checkbox that you understand what happens when a sync is reset.
152+
4. Click **Reset sync**.
153+
143154
#### Replays
144155
You can choose to replay syncs. To replay a specific sync, contact [[email protected]](mailto:[email protected]). Keep in mind that triggering a replay resyncs all records for a given sync.
145156

0 commit comments

Comments
 (0)