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/_includes/content/how-a-sync-works.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,5 +2,5 @@ When Segment loads data into your warehouse, each sync goes through the followin
2
2
1.**Ping:** Segment servers try to connect to your warehouse.
3
3
2.**Scan:** Segment finds new events and updated objects.
4
4
3.**Download:** Segment pulls events and objects from AWS S3 or Dynamo into a staging area.
5
-
4.**Process:** The raw Segment event and object archive files are pulled from the staging area and transformed into database-specific formats. The [warehouse schema](schema/) is also defined in this step.
5
+
4.**Process:** The raw Segment event and object archive files are pulled from the staging area and transformed into database-specific formats. The [warehouse schema](/docs/connections/storage/warehouses/schema/) is also defined in this step.
6
6
5.**Load:** Segment de-duplicates the transformed data and loads it into your warehouse. If you have queries set up in your warehouse, they run after the data was loaded into your warehouse.
0 commit comments