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/data-graph.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ To track what data has been sent to Segment on previous syncs, Segment stores de
45
45
> success ""
46
46
> Before getting started with the Data Graph, be sure to [set up your Snowflake permissions](/unify/linked-profiles/setup-guides/snowflake-setup/).
47
47
48
-
To connect your warehouse to the data graph:
48
+
To connect your warehouse to the Data Graph:
49
49
50
50
1. In your Segment workspace, navigate to **Unify**, and select **Data Graph**.
51
51
- This should be a Unify space with Profiles Sync already set up.
@@ -102,7 +102,7 @@ profile {
102
102
103
103
#### Entity
104
104
105
-
An entity is a stateful representation of a business object. The entity corresponds to a table in the warehouse that represents that entity.
105
+
An entity is a stateful representation of a business object. The entity corresponds to a table in the warehouse that represents the entity.
106
106
107
107
108
108
| Parameters | Definition |
@@ -144,8 +144,7 @@ Use the following relationship, parameters, and examples to help you relate enti
144
144
145
145
A profile can be related to an entity in two ways:
146
146
1. With an `external_id`: Define the external ID that will be used to join the profile with your entity.
147
-
-`type`: Identify the external ID type (`email`, `phone`, `user id`).
148
-
- This corresponds to the `external_id_type` column in your `external_id_mapping` table.
147
+
-`type`: Identify the external ID type (`email`, `phone`, `user id`). This corresponds to the `external_id_type` column in your `external_id_mapping` table.
149
148
-`join_key`: This is the column on the entity table that you are matching to the external identifier.
150
149
2. With a `trait`: Define a profile trait that will be used to join the profile with your entity.
151
150
-`name`: The trait name that corresponds to a column name in your `profile_traits_updates` table.
0 commit comments