Show events in profile when loaded from a source
I am loading purchase events from Azure ADLS location. The events are coming as JSON. I am loading the events into the Purchase table of class XDM ExperienceEvent.
MDM Id is the primary if in my profile schema and PurchaseId is primary identity in Purchase with MDM Id as the secondary identity. Purchase Date is mapped with the timestamp field of the experience event and PurchaseId with the _id table and additional custom column which is primary id
Both the schemas and data set associated with it has the are enabled for profile.
I was expecting the purchase events to show up in the profile details page under "Events" tab, but it didn't. I believe I read somewhere that the events are shown up to certain duration (i don't recall what that duration was), so I was expecting those recent purchase events to show up at least. I am able to see those events using query service without any issue.
I that found this link which says csv upload it is not supposed to be shown under events and think it is probably applicable to any type of upload via source (in my case json) but not sure
Events are not visible for a profile in AEP | Adobe Experience Cloud
Is there any alternative how the events loaded by batch can be displayed in UI?
