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/data-graph/data-graph.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,28 +19,29 @@ relational data into actionable insights, making it accessible to marketers and
19
19
20
20
To use the Data Graph, you'll need the following:
21
21
22
-
- A supported data warehouse with appropriate Data Graph permissions
23
-
- For Linked Audiences, [Profiles Sync](/docs/unify/profiles-sync/) will need to be set up for a Unify space with ready-to-use [data models and tables](/docs/unify/profiles-sync/tables/) in your warehouse. When setting up selective sync, Segment recommends the following settings for Linked Audiences:
24
-
- Under **Profile materialized tables**, select all the tables (`user_identifier`, `user_traits`, `profile_merges`) for faster and more cost-efficient Linked Audiences computations in your data warehouse.
25
-
- Under **Track event tables**, select "Sync all Track Call Tables" to enable filtering on event history for Linked Audiences conditions.
22
+
- A supported data warehouse with the appropriate Data Graph permissions
26
23
- Workspace Owner or Unify Read-only/Admin and Entities Admin permissions
24
+
- For Linked Audiences, set up [Profiles Sync](/docs/unify/profiles-sync/) in a Unify space with ready-to-use [data models and tables](/docs/unify/profiles-sync/tables/) in your warehouse. When setting up selective sync, Segment recommends the following settings for Linked Audiences:
25
+
- Under **Profile materialized tables**, select all the tables (`user_identifier`, `user_traits`, `profile_merges`) for faster and more cost-efficient Linked Audiences computations in your data warehouse.
26
+
- Under **Track event tables**, select **Sync all Track Call Tables** to enable filtering on event history for Linked Audiences conditions.
27
27
28
28
## Step 1: Set up Data Graph permissions in your data warehouse
29
29
> warning ""
30
-
> Data Graph, Reverse ETL, Profiles Sync require different warehouse permissions.
30
+
> Data Graph, Reverse ETL, and Profiles Sync require different warehouse permissions.
31
+
> info ""
32
+
> Data Graph currently only supports workspaces in the United States.
31
33
32
34
To get started with the Data Graph, set up the required permissions in your warehouse:
To track what data has been sent to Segment on previous syncs, Segment leverages[Reverse ETL](/docs/connections/reverse-etl/) infrastructure to store diffs in tables within a single schema called `_segment_reverse_etl` in your data warehouse. You can choose which database or project in your warehouse this data lives in.
44
+
To track the data sent to Segment on previous syncs, Segment uses[Reverse ETL](/docs/connections/reverse-etl/) infrastructure to store diffs in tables within a dedicated schema called `_segment_reverse_etl` in your data warehouse. You can choose which database or project in your warehouse this data lives in.
44
45
45
46
## Step 2: Connect your warehouse to the Data Graph
0 commit comments