Hi,
For one of my use case i have observed that for one of the profile one attribute is missing in Profile snapshot table but it is present in Dataset table.
what is the root cause for that, where can i find that. and what are the resolution steps if any.
Thanks, waiting for your response.
Views
Replies
Total Likes
Hi Sesha,
This happens when the record is stored in the Data Lake but never makes it into the Profile Store. A few common causes:
Streaming ingestion
Profile updates happen near real-time (typically within seconds).
This is because streaming data goes directly into the Profile pipeline as it arrives.
Batch ingestion
Batch data goes to the Data Lake first, and then Profile processes it through a separate internal pipeline. This Profile pipeline cannot be triggered manually and can take several hours depending on volume.
Adobe explains how Profile decides what data is included here:
https://experienceleague.adobe.com/en/docs/experience-platform/profile/home
Hi Sakthivel,
In my use case only, particular attribute is missing for one profile.
For Example :
lets take few attributes 1)Email 2)coupon code 3)offer code.
1)For one profile : test1@gmail,com in profile store above all attributes are coming
2) test2@gmail.com in profile store i see offer code attribute is missing rest all are appear.
How it is that possible. Whereas i am able to see in datalake.
Views
Replies
Total Likes
This is possible even when the profile exists and other attributes are present.
When only one attribute is missing for a specific profile, the most common reasons are:
If the same profile exists in multiple datasets, Profile applies the merge policy.
If another dataset has a more recent record for that profile where offer code is null or not populated, Profile will pick that record and the attribute will appear missing — even though it exists in the Data Lake.
Attribute was ingested as null in a later event/batch
Profile supports partial updates. If a later ingestion for the same profile does not contain offerCode (or sends it as null), that value can be cleared in the unified profile, while other attributes remain.
Attribute-level data did not qualify for Profile ingestion
Even when identity is valid, Profile ingests attributes independently. If the field mapping, data type, or value validation fails for that attribute in a specific record, only that attribute is skipped — not the whole profile.
@sesha_saicharanMa the most likely explanation is,
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies