how to find which profile attribute is contributed by which dataset ? | Community
Skip to main content
Pradeep-Jaiswal
Level 5
November 4, 2025
Question

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

  • November 4, 2025
  • 1 reply
  • 161 views

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 ?

1 reply

itsMeTechy
Level 4
November 6, 2025

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.

Pradeep-Jaiswal
Level 5
November 6, 2025

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.

Sukrity_Wadhwa
Community Manager
Community Manager
November 17, 2025

Hi @itsmetechy,

Can you please help @pradeep-jaiswal further with their query?

Thanks!

Sukrity Wadhwa