Skip to content

Commit 2a533ef

Browse files
committed
Remove redundant section
1 parent 9e9d7aa commit 2a533ef

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/unify/linked-profiles/linked-events.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ To get started, you'll need to connect a data warehouse. Linked Events supports
6262

6363
### Schema
6464

65-
For Linked Events, the sync destination is an internal Segment data store. To track the data you send to Segment, you can view deltas/diffs in tables within a single schema Segment creates called `_segment_reverse_etl`.
66-
67-
You can choose which database within your warehouse this data lives in.
68-
6965
Linked Events uses Reverse ETL to compute the incremental changes to your data directly within your data warehouse. The Unique Identifier column detects data changes, such as new, updated, and deleted records.
7066

7167
For Segment to compute data changes in your warehouse, Segment requires 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 tracks changes to the query results through tables that Segment manages in a dedicated schema (for example, `_segment_reverse_etl`), which requires some write permissions.

0 commit comments

Comments
 (0)