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
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,28 +97,29 @@ To create a mapping:
97
97
4. Select the model to sync from.
98
98
5. Select the **Action** you want to sync and click **Next**.
99
99
* Actions determine the information sent to the destination. The list of Actions will be unique to each destination.
100
-
6. 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:
100
+
6. Add the mapping's name. The initial name will default to the Action's name (e.g. 'Track Event') but is completely customizable. It will allow you to identify the mapping amongst others.
101
+
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:
101
102
* Added records
102
103
* Updated records
103
104
* Added or updated records
104
105
* Deleted records
105
-
7. Select a test record to preview the fields that you can map to your destination in the **Add test record** field.
106
-
8. Select the Schedule type for the times you want the model’s data to be extracted from your warehouse. You can choose from:
106
+
8. Select a test record to preview the fields that you can map to your destination in the **Add test record** field.
107
+
9. Select the Schedule type for the times you want the model’s data to be extracted from your warehouse. You can choose from:
107
108
***Interval**: Extractions perform based on a selected time cycle.
108
109
***Day and time**: Extractions perform at specific times on selected days of the week.
109
-
9. Select how often you want the schedule to sync in **Schedule configuration**.
110
+
10. Select how often you want the schedule to sync in **Schedule configuration**.
110
111
* For an **Interval** schedule type, you can choose from: 15 minutes, 30 minutes, 1 hour, 2 hours, 4 hours, 6 hours, 8 hours, 12 hours, 1 day.
111
112
* 15 minutes is considered real-time for warehouse syncs
112
113
* For a **Day and time** schedule type, you can choose the day(s) you’d like the schedule to sync as well as the time.
113
114
* You can only choose to start the extraction at the top of the hour.
114
115
* Scheduling multiple extractions to start at the same time inside the same data warehouse causes extraction errors.
115
-
10. Define how to map the record columns from your model to your destination in the **Select Mappings** section.
116
+
11. Define how to map the record columns from your model to your destination in the **Select Mappings** section.
116
117
* You map the fields that come from your source, to fields that the destination expects to find. Fields on the destination side depend on the type of action selected.
117
118
* If you're setting up a destination action, depending on the destination, some mapping fields may require data to be in the form of an object or array. See the [supported objects and arrays for mapping](#supported-object-and-arrays).
118
-
11.*(Optional)* Send a test record to verify the mappings correctly send to your destination.
119
-
12. Click **Create Mapping**.
120
-
13. Select the destination you’d like to enable on the **My Destinations** page under **Reverse ETL > Destinations**.
121
-
14. Turn the toggle on for the **Mapping Status**. Events that match the trigger condition in the mapping will be sent to the destination.
119
+
12.*(Optional)* Send a test record to verify the mappings correctly send to your destination.
120
+
13. Click **Create Mapping**.
121
+
14. Select the destination you’d like to enable on the **My Destinations** page under **Reverse ETL > Destinations**.
122
+
15. Turn the toggle on for the **Mapping Status**. Events that match the trigger condition in the mapping will be sent to the destination.
122
123
* If you disable the mapping state to the destination, events that match the trigger condition in the mapping won’t be sent to the destination.
123
124
124
125
To add multiple mappings from your warehouse to your destination, repeat steps 1-13 above.
0 commit comments