Skip to content

Commit 8a43646

Browse files
authored
Merge pull request #5582 from segmentio/olesia-ag-patch-2
Add information about deleted records id
2 parents b0e5c45 + 74dc946 commit 8a43646

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/connections/reverse-etl/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ To get started with using Reverse ETL for subscriptions:
180180
## Record diffing
181181
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.
182182

183+
> info "Delete Records Payload"
184+
> The only value passed for deleted records is its unique ID which can be accessed as `__segment_id`.
185+
183186
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.
184187

185188
> warning ""

0 commit comments

Comments
 (0)