You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/unify/linked-profiles/linked-events.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,18 +35,15 @@ Before getting started with Linked Events, you'll need:
35
35
36
36
The following Segment access [roles](/docs/segment-app/iam/roles/) apply to Linked Events:
37
37
38
-
**Entities Admin Access**: Full CRUD (create, read, access, and delete) access to all Entities within a workspace. You can also grant or revoke user permissions.
38
+
**Entities Admin Access**: Entities Admins have the ability to view and edit entity models and connection details.
39
39
40
-
**Entities Read-only Access**: Read-only access to all Entities models and destinations in a workspace.
40
+
**Entities Read-only Access**: Entities Read-only users have the ability to view entity models.
41
41
42
-
For Linked Events, you need the following roles:
43
-
-`Workspace Owner`
44
-
-`Entities Admin`
45
-
-`Source Admin`
42
+
To create models and enrich events in destinations, you need the following roles:
43
+
-`Workspace Owner` and `Entities Admin`
46
44
47
-
To use Connections with Linked Events:
48
-
-`Workspace Owner`
49
-
-`Unify Read-only or Admin`
45
+
OR:
46
+
-`Unify and Engage Admin`
50
47
-`Entities Admin`
51
48
-`Source Admin`
52
49
@@ -65,13 +62,17 @@ To get started, you'll need to connect a data warehouse. Linked Events supports
65
62
66
63
### Schema
67
64
68
-
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`.
65
+
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.
66
+
67
+
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.
69
68
70
-
You can choose which database within your warehouse this data lives in.
69
+
> warning ""
70
+
> Only sync what you need for enrichment. There may be cost implications to having Segment query your warehouse tables.
71
71
72
72
> info ""
73
73
> Linked Events syncs data from your warehouse approximately once every hour.
74
74
75
+
75
76
### Supported data warehouses
76
77
77
78
The table below shows the data warehouses Linked Events supports. View the Segment docs for your warehouse, then carry out the corresponding steps.
Copy file name to clipboardExpand all lines: src/unify/linked-profiles/setup-guides/snowflake-setup.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,18 +38,18 @@ Enter and run the code below to create a virtual warehouse. Linked Events needs
38
38
39
39
## Create a new role
40
40
41
-
Enter and run the code below to create specific roles for Linked Events. All Snowflake access is specified through roles, which are then assigned to the user you’ll create later.
41
+
Enter and run the code below to create specific roles for Linked Profiles. All Snowflake access is specified through roles, which are then assigned to the user you’ll create later.
0 commit comments