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
@@ -40,7 +40,7 @@ Models define sets of data you want to sync to your Reverse ETL destinations. A
40
40
2. Click **SQL Editor** as your modeling method. (Segment will add more modeling methods in the future.)
41
41
3. Enter the SQL query that’ll define your model. Your model is used to map data to your Reverse ETL destination(s).
42
42
4. Choose a column to use as the unique identifier for each record in the **Unique Identifier column** field.
43
-
* The Unique Identifier should be a column with unique values per record to ensure checkpointing works as expected, such as a primary key. This column is used to detect new, updated, and deleted records.
43
+
* The Unique Identifier should be a column with unique values per record to ensure checkpointing works as expected, like a primary key. This column is used to detect new, updated, and deleted records.
44
44
5. Click **Preview** to see a preview the first 10 records for the SQL query.
45
45
* Segment caches preview queries and result sets in the UI, and stores the preview cache at the source level. If you make two queries for the same source, Segment returns identical preview results. However, during the next synchronization, the latest data will be sent to the connected destinations.
46
46
6. Click **Next**.
@@ -67,7 +67,7 @@ To add your first destination:
67
67
4. Select the Reverse ETL source you want to connect the destination to.
68
68
5. Enter the **Destination name** and click **Create Destination**.
69
69
6. Enter the required information on the **Settings** tab of the destination.
70
-
7. Navigate to the destination settings tab and enable the destination. Note: If the destination is disabled, then Segment won't be able to start a sync.
70
+
7. Navigate to the destination settings tab and enable the destination. If the destination is disabled, then Segment won't be able to start a sync.
71
71
72
72
## Step 4: Create mappings
73
73
Mappings enable you to map the data you extract from your warehouse to the fields in your destination. A destination can have multiple mappings.
@@ -79,14 +79,14 @@ To create a mapping:
79
79
4. Select the model to sync from.
80
80
5. Select the **Action** you want to sync and click **Next**.
81
81
* Actions determine the information sent to the destination. The list of Actions will be unique to each destination.
82
-
6. Add the mapping name. The mapping name will default to the Action's name (e.g. 'Track Event'), but can be customized to allow you to identify the mapping across others.
82
+
6. Add a name for your mapping. The mapping name defaults to the Action's name (for example, 'Track Event'), but can be customized to allow you to identify the mapping across others.
83
83
7. In the **Select record to map and send** section, select which records to send to your destination after Segment completes extracting data based on your model. You can choose from:
84
84
* Added records
85
85
* Updated records
86
86
* Added or updated records
87
87
* Deleted records
88
88
8. Select a test record to preview the fields that you can map to your destination in the **Add test record** field.
89
-
9. Select how often you want the schedule to sync in**Schedule configuration**.
89
+
9. Select how often you want Segment to sync your data under**Schedule configuration**.
90
90
***Interval**: Extractions perform based on a selected time cycle. You can choose from: 15 minutes, 30 minutes, 1 hour, 2 hours, 4 hours, 6 hours, 8 hours, 12 hours, 1 day.
91
91
***Day and time**: Extractions perform at specific times on selected days of the week.
92
92
10. Define how to map the record columns from your model to your destination in the **Select Mappings** section.
0 commit comments