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
+2-14Lines changed: 2 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,7 @@ To use the Data Graph, you'll need the following:
17
17
- A Unify and Engage Foundations or Premier plan.
18
18
- A Snowflake Data Warehouse.
19
19
-[Profiles Sync](/docs/unify/profiles-sync/) set up with ready to use [data models and tables](/docs/unify/profiles-sync/tables/) in your warehouse.
20
-
- An [Actions-based Destination](/docs/connections/destinations/actions/#available-actions-based-destinations)
21
-
- A Braze, Customer.io, or Iterable Destination. <!-- are we supporting all destination actions here? -->
20
+
- An [Actions-based Destination](/docs/connections/destinations/actions/#available-actions-based-destinations).
22
21
23
22
24
23
> info ""
@@ -143,10 +142,6 @@ Use the following relationship, parameters, and examples to help you relate enti
143
142
|`name`| This should be a unique label that displays throughout your Segment space. |
144
143
| ``related_entity` | Reference your already defined entity. |
145
144
146
-
<!-- remove
147
-
- `relationship`: A unique slug for the relationship, which is immutable and treated as a delete if you make changes. The slug must be in all lowercase and will support dashes or underscores (for example, `user-account` or `user_account`).
148
-
- `name`: This should be a unique label that displays throughout your Segment space.
149
-
- `related_entity`: Reference your already defined entity. -->
150
145
151
146
A profile can be related to an entity in two ways:
152
147
1. With an `external_id`: Define the external ID that will be used to join the profile with your entity.
@@ -197,13 +192,6 @@ data_graph {
197
192
|`related_entity`| Reference your already defined entity. |
198
193
|`join_on`| Define relationships between two entity tables `[lefty entity name].[column name] = [right entity name].[column name]`. Note that the entity name is a reference to the alias provided in the config and doesn't need to be the fully qualified table name. |
199
194
200
-
<!-- remove
201
-
- `relationship`: A unique slug for the relationship, which is immutable and treated as a delete if you make changes. The slug must be in all lowercase and will support dashes or underscores (for example, `user-account` or `user_account`).
202
-
- `name`: A unique label that displays athroughout your Segment space.
203
-
- `related_entity`: Reference the slug of your already defined entity.
204
-
- `join_on`: Define relationships between two entity tables `[lefty entity name].[column name] = [right entity name].[column name]`.
205
-
- Note that the entity name is a reference to the alias provided in the config and doesn't need to be the fully qualified table name.
206
-
-->
207
195
208
196
```py
209
197
data_graph {
@@ -325,7 +313,7 @@ data_graph {
325
313
326
314
Validate your Data Graph using the config builder and preview, then click **Save**.
0 commit comments