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/index.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ data_graph {
116
116
name = "Premium Accounts"
117
117
related_entity = "account-entity"
118
118
# Join the profile entity with an identifier (e.g. email) on the related entity table
119
-
# Option to replace with the traits block below to join with a profile trait on the entity table instead
119
+
# Option to replace with the trait block below to join with a profile trait on the entity table instead
120
120
external_id {
121
121
type = "email"
122
122
join_key = "EMAIL_ID"
@@ -247,7 +247,7 @@ To define a profile-to-entity relationship, reference your entity table and depe
247
247
- [Unmaterialized](/docs/unify/profiles-sync/tables/#the-external_id_mapping_updates-table): This corresponds to the `external_id_type` column in your Profiles Sync `external_id_mapping_updates` table.
248
248
-`join_key`: This is the column on the entity table that you are matching to the external identifier.
249
249
250
-
**Option 2- Join on a profile trait:** Use the `traits` block to join the profile entity with an entity table using [Profile Traits](/docs/unify/#enrich-profiles-with-traits).
250
+
**Option 2- Join on a profile trait:** Use the `trait` block to join the profile entity with an entity table using [Profile Traits](/docs/unify/#enrich-profiles-with-traits).
251
251
-`name`: Represents a trait name in your Unify profiles. Depending on if you are using materialized or unmaterialized profiles, these correspond to different columns in your Profiles Sync warehouse tables:
252
252
- [Materialized](/docs/unify/profiles-sync/tables/#the-profile_traits-table) (Recommended): The trait name corresponds to a unique value of the `name` column in your Profiles Sync `user_traits` table.
253
253
- [Unmaterialized](/docs/unify/profiles-sync/tables/#the-profile_traits_updates-table): This corresponds to a column in the Profile Sync `profile_trait_updates` table.
0 commit comments