Skip to content

Commit 6963ea5

Browse files
authored
Update index.md
1 parent af9a858 commit 6963ea5

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+
* 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.
6768
6. Click **Next**.
6869
7. Enter your **Model Name**.
6970
8. Click **Create Model**.

0 commit comments

Comments
 (0)