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
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Follow these 4 steps to set up Reverse ETL and learn what each component is abou
27
27
4.[Create Mappings](#step-4-create-mappings)
28
28
29
29
> info ""
30
-
> Depending on what plan you're on, the UI navigation and interface will look different from what's presented in the docs until Reverse ETL rolls out to all users for GA.
30
+
> The UI navigation and interface will look different from what's presented in the docs until Reverse ETL rolls out to all users for GA.
31
31
32
32
### Step 1: Add a source
33
33
A source is where your data originates from. Traditionally in Segment, a [source](/docs/connections/sources/#what-is-a-source) is a website, server library, mobile SDK, or cloud application which can send data into Segment. In Reverse ETL, your data warehouse is the source.
@@ -81,8 +81,6 @@ If your destination is not listed in the Reverse ETL catalog, use the [Segment C
81
81
82
82
> info ""
83
83
> Depending on the destination, you may need to know certain endpoints and have specific credentials to configure the destination.
84
-
>
85
-
> If you'd like to request Segment to add a particular destination, please note it on the [feedback form](https://airtable.com/shriQgvkRpBCDN955){:target="_blank"}.
86
84
87
85
To add your first destination:
88
86
1. Navigate to **Connections > Destinations** and select the **Reverse ETL** tab.
@@ -139,16 +137,16 @@ To check the status of your extractions:
139
137
### Edit your model
140
138
141
139
To edit your model:
142
-
1. Navigate to **Reverse ETL > Sources**.
143
-
2. Select the source with the model you want to edit.
140
+
1. Navigate to **Connections > Destinations** and select the **Reverse ETL** tab.
141
+
2. Select the source and the model you want to edit.
144
142
3. On the overview tab, click **Edit** to edit your query.
145
143
4. Click the **Settings** tab to edit the model name or change the schedule settings.
146
144
147
145
### Edit your mapping
148
146
149
147
To edit your mapping:
150
-
1. Navigate to **Reverse ETL > Destinations**.
151
-
2. Select the destination with the mapping you want to edit.
148
+
1. Navigate to **Connections > Destinations** and select the **Reverse ETL** tab.
149
+
2. Select the destination and the mapping you want to edit.
152
150
3. Select the **...** three dots and click **Edit mapping**. If you want to delete your mapping, select **Delete**.
153
151
154
152
@@ -198,7 +196,7 @@ The extract phase is the time spent connecting to your database, executing the m
198
196
199
197
Name | Details | Limit
200
198
----- | ------- | ------
201
-
Record count | The maximum number of records a single sync will process. Note: This is the number of records extracted from the warehouse not the limit for the number of records loaded to the destination (for example, new/update/deleted). | 10 million records
199
+
Record count | The maximum number of records a single sync will process. Note: This is the number of records extracted from the warehouse not the limit for the number of records loaded to the destination (for example, new/update/deleted). | 30 million records
202
200
Column count | The maximum number of columns a single sync will process. | 512 columns
203
201
Column name length | The maximum length of a record column. | 128 characters
204
202
Record JSON Length | The maximum size for a record when converted to JSON (some of this limit is used by Segment). | 512 KiB
0 commit comments