Skip to content

Commit f123a3a

Browse files
committed
edits
1 parent 3853bb4 commit f123a3a

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

src/connections/reverse-etl/index.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Follow these 4 steps to set up Reverse ETL and learn what each component is abou
2727
4. [Create Mappings](#step-4-create-mappings)
2828

2929
> 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.
3131
3232
### Step 1: Add a source
3333
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
8181

8282
> info ""
8383
> 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"}.
8684
8785
To add your first destination:
8886
1. Navigate to **Connections > Destinations** and select the **Reverse ETL** tab.
@@ -139,16 +137,16 @@ To check the status of your extractions:
139137
### Edit your model
140138

141139
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.
144142
3. On the overview tab, click **Edit** to edit your query.
145143
4. Click the **Settings** tab to edit the model name or change the schedule settings.
146144

147145
### Edit your mapping
148146

149147
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.
152150
3. Select the **...** three dots and click **Edit mapping**. If you want to delete your mapping, select **Delete**.
153151

154152

@@ -198,7 +196,7 @@ The extract phase is the time spent connecting to your database, executing the m
198196

199197
Name | Details | Limit
200198
----- | ------- | ------
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
202200
Column count | The maximum number of columns a single sync will process. | 512 columns
203201
Column name length | The maximum length of a record column. | 128 characters
204202
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

Comments
 (0)