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/destinations/index.md
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -44,24 +44,6 @@ Many destinations can accept data from all types of sources, but some are only c
44
44
45
45
In June 2021, Segment released a new form of destinations called [Destinations Actions](/docs/connections/destinations/actions/). These destinations allow users to create *subscriptions*: sets of conditions in which data is sent to the destinations and data mappings, to format that data for the destination tool. Segment watches for data that matches the conditions you create (*triggers*) for the subscription, and when the conditions are met, uses an explicit mapping to transform the incoming data to an output format that your destination can use.
46
46
47
-
## Simplified Mappings
48
-
49
-
Some Destination Actions offer a simplified mapping experience, where you directly configure the sync behavior Segment uses to send data to destination rather than mapping fields from your source to your destination. This offers you more granular control over the way data flows to your destination.
50
-
51
-
The following destinations support Simplified Mappings:
1. Navigate to the overview page for the destination attached to your Reverse ETL source and click **Add Mapping**.
56
-
2. Select the Reverse ETL model you would like to power your mapping and click **Next**.
57
-
3. Define the behavior each sync should have. For example, select the records you would like to sync, the way you would like to Segment to update data in your destination, and how Segment should respond when you delete a record in your warehouse.
58
-
4. Select a "key", or the unique value Segment should use to match records between your warehouse and your destination.
59
-
-_(Optional)_: Select one or more columns to sync to your downstream destination. This is not required, but can help you control the granularity of data that flows to your downstream destination.
60
-
-_(Optional)_: Send a test event downstream to verify that your records sync as expected.
61
-
7. When you're satisfied with your mappings, click **Next**.
62
-
8. On the Settings page, enter a name for your destination and set a sync schedule.
63
-
9. Click **Save and enable** to create your mapping.
Copy file name to clipboardExpand all lines: src/connections/reverse-etl/setup.md
+16-5Lines changed: 16 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -86,11 +86,6 @@ To add your first destination:
86
86
## Step 4: Create mappings
87
87
After you’ve added a destination, you can create mappings from your warehouse to the destination. Mappings enable you to map the data you extract from your warehouse to the fields in your destination.
88
88
89
-
> info "Some Reverse ETL destinations support Simplified Mappings"
90
-
> Some Destination Actions offer a simplified mapping experience, where you directly configure the sync behavior Segment uses to send data to destination rather than mapping fields from your source to your destination. This offers you more granular control over the way data flows to your destination.
91
-
>
92
-
> For more information about Simplified Mappings, see the [Simplified Mappings](/docs/connections/destinations/#simplified-mappings) documentation.
93
-
94
89
To create a mapping:
95
90
1. Navigate to **Connections > Destinations** and select the **Reverse ETL** tab.
96
91
2. Select the destination that you want to create a mapping for.
@@ -125,6 +120,22 @@ To create a mapping:
125
120
126
121
To add multiple mappings from your warehouse to your destination, repeat steps 1-13 above.
127
122
123
+
Some destinations offer a streamlined mapping experience, where you directly configure the sync behavior Segment uses to send data to destination rather than mapping fields from your warehouse to your destination. This offers you more granular control over the way data flows to your destination and gets data flowing into your destinations more quickly.
124
+
125
+
The following destinations support streamlined mappings:
1. Navigate to the overview page for the destination attached to your Reverse ETL source and click **Add Mapping**.
130
+
2. Select the Reverse ETL model you would like to power your mapping and click **Next**.
131
+
3. Define the behavior each sync should have. For example, select the records you would like to sync, the way you would like to Segment to update data in your destination, and how Segment should respond when you delete a record in your warehouse.
132
+
4. Select a "key", or the unique value Segment should use to match records between your warehouse and your destination.
133
+
-_(Optional)_: Select one or more columns to sync to your downstream destination. This is not required, but can help you control the granularity of data that flows to your downstream destination.
134
+
-_(Optional)_: Send a test event downstream to verify that your records sync as expected.
135
+
7. When you're satisfied with your mappings, click **Next**.
136
+
8. On the Settings page, enter a name for your destination and set a sync schedule.
137
+
9. Click **Save and enable** to create your mapping.
0 commit comments