Skip to content

Commit d605a10

Browse files
Update src/connections/reverse-etl/index.md
1 parent 6963ea5 commit d605a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/reverse-etl/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ To add your first model:
6464
4. Choose a column to use as the unique identifier for each record in the **Unique Identifier column** field.
6565
* The Unique Identifier should be a column with unique values per record to ensure checkpointing works as expected. It can potentially be a primary key. This column is used to detect new, updated, and deleted records.
6666
5. Click **Preview** to see a preview of the results of your SQL query. The data from the preview is extracted from the first 10 records of your warehouse.
67-
* In the UI, preview queries and result sets are cached. The preview cache is stored at the source level. This means that if two queries are made for the same source, the preview results will be identical. However, during the next synchronization, the latest data will be sent to the connected destinations.
67+
* 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.
6868
6. Click **Next**.
6969
7. Enter your **Model Name**.
7070
8. Click **Create Model**.

0 commit comments

Comments
 (0)