Skip to content

Commit

Permalink
Merge pull request #5582 from segmentio/olesia-ag-patch-2
Browse files Browse the repository at this point in the history
Add information about deleted records id
  • Loading branch information
stayseesong authored Oct 31, 2023
2 parents b0e5c45 + 74dc946 commit 8a43646
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/connections/reverse-etl/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ To get started with using Reverse ETL for subscriptions:
## Record diffing
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.

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

> warning ""
Expand Down

0 comments on commit 8a43646

Please sign in to comment.