Expand my Community achievements bar.

Join our product experts for a live Ask Me Anything on November 12th at 8 AM PT about Experiences & Efficiency with AEP Agent Orchestrator & How Agentic AI is Fueling Smarter Testing and Growth!

how to find which profile attribute is contributed by which dataset ?

Avatar

Level 5

lets say i have primaryemailid as an attribute in the profile. i want to make an upsert or overwrite on that dataset. but before i do that, i want to trace which dataset contributed to that attribute in profile store. how do i find that dataset ?

2 Replies

Avatar

Level 4

When you navigate to the union schema, search for an attribute, and click on it, you can see which dataset(s) contribute that attribute to the union schema. If multiple datasets contribute to the same attribute, all of them will be displayed.

 

However, when multiple datasets contribute to the same attribute, determining which dataset the attribute is currently referenced in the profile store can be a bit tricky. While it’s possible to identify this manually by querying the datasets, it’s unclear if there’s a more efficient way to find this information.

Avatar

Level 5

Union schema shows list of schema contributing to it, but the dataset name list are misleading. I have checked it also shows those list of dataset, which doesnt even have those fields. it could be a bug in the UI ? Or may be it assumes that just if the underlying shema has the field, then dataset might also have it ?

 

By the way I have tried these steps in past ,

- From union schema find the list of schema contributing to that field

- From dataset, find all those schema which are linked to it. using the filter on bottom left corner. This would be one schema filter at a time.

- Then query each of the dataset to see if they have a column for that attribute. Having a column indicates that dataset contributed toward the data ingestion for that field.