Skip to content

Commit 74dc946

Browse files
authored
Update src/connections/reverse-etl/index.md
1 parent 1d8fb70 commit 74dc946

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
@@ -179,7 +179,7 @@ To get started with using Reverse ETL for subscriptions:
179179
Reverse ETL computes the incremental changes to your data directly within your data warehouse. The Unique Identifier column is used to detect the data changes, such as new, updated, and deleted records.
180180

181181
> info "Delete Records Payload"
182-
> The only value passed for deleted records is its unique id which can be accessed as __segment_id.
182+
> The only value passed for deleted records is its unique ID which can be accessed as `__segment_id`.
183183
184184
In order for Segment to compute the data changes within your warehouse, Segment needs to have both read and write permissions to the warehouse schema table. At a high level, the extract process requires read permissions for the query being executed. Segment keeps track of changes to the query results through tables that Segment manages in a dedicated schema (for example, `_segment_reverse_etl`), which requires some write permissions.
185185

0 commit comments

Comments
 (0)