Hi guys,
I’ve been trying to set up Data Graph. What I’d want to do with it is (I think) pretty straightforward. I’d like to use Linked Events to pull traits as they are known in Unify to populate those on events.
I’m having trouble configuring the Data Graph so that it will actually allow me to pull these traits in mapping to any destination.
At first I assumed that pointing to the Profile Sync dataset in our DWH would be enough for Segment to enable this. After all, Segment creates these tables with default schema’s so I figured it should work out of the box. I learned that this is not the case and that you’d need to set Enrichment first before you can select traits to populate on events.
I set up an Enrichment that points to the user_traits materialized view, but that doesn’t work as there is no user_id in there to match on a property of any event.
Currenlty the data graph looks like this:
data_graph {
version = "v1.0.0"
profile {
profile_folder = "PROJECT_NAME.segment_profiles_sync"
type = "segment:materialized"
}
entity "account-entity" {
name = "Profile Traits Unify"
table_ref = "PROJECT_NAME.segment_profiles_sync.user_traits"
primary_key = "id"
enrichment_enabled = true
}
}
Does anyone have a template for a straightforward Data Graph setup that can pull traits from a profile as they are synced with Profile Sync?
Thank you!