Skip to content

Commit b077619

Browse files
Merge pull request #6509 from segmentio/charholt-patch-1
Update index.md
2 parents 838be04 + d605a10 commit b077619

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/connections/reverse-etl/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +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+
* 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.
6768
6. Click **Next**.
6869
7. Enter your **Model Name**.
6970
8. Click **Create Model**.

0 commit comments

Comments
 (0)