Skip to content

Commit a1a6458

Browse files
Apply suggestions from code review
1 parent efc3a34 commit a1a6458

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/connections/reverse-etl/setup.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To add your warehouse as a source:
2424
1. Navigate to **Connections > Sources** and select the **Reverse ETL** tab in the Segment app.
2525
2. Click **+ Add Reverse ETL source**.
2626
3. Select the source you want to add.
27-
4. Follow the corresponding guide to setup the required permissions for your Reverse ETL source:
27+
4. Follow the corresponding guide to set up the required permissions for your Reverse ETL source:
2828
- [Azure Reverse ETL setup guide](/docs/connections/reverse-etl/reverse-etl-source-setup-guides/azure-setup)
2929
- [BigQuery Reverse ETL setup guide](/docs/connections/reverse-etl/reverse-etl-source-setup-guides/bigquery-setup)
3030
- [Databricks Reverse ETL setup guide](/docs/connections/reverse-etl/reverse-etl-source-setup-guides/databricks-setup)
@@ -40,7 +40,7 @@ Models define sets of data you want to sync to your Reverse ETL destinations. A
4040
2. Click **SQL Editor** as your modeling method. (Segment will add more modeling methods in the future.)
4141
3. Enter the SQL query that’ll define your model. Your model is used to map data to your Reverse ETL destination(s).
4242
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.
4444
5. Click **Preview** to see a preview the first 10 records for the SQL query.
4545
* 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.
4646
6. Click **Next**.
@@ -67,7 +67,7 @@ To add your first destination:
6767
4. Select the Reverse ETL source you want to connect the destination to.
6868
5. Enter the **Destination name** and click **Create Destination**.
6969
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.
7171

7272
## Step 4: Create mappings
7373
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:
7979
4. Select the model to sync from.
8080
5. Select the **Action** you want to sync and click **Next**.
8181
* 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.
8383
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:
8484
* Added records
8585
* Updated records
8686
* Added or updated records
8787
* Deleted records
8888
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**.
9090
* **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.
9191
* **Day and time**: Extractions perform at specific times on selected days of the week.
9292
10. Define how to map the record columns from your model to your destination in the **Select Mappings** section.

0 commit comments

Comments
 (0)