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!
SOLVED

Events in AEP are immutable, but can data distiller overwrite or delete the event record if it knows the _id value ?

Avatar

Level 5
Events in AEP are immutable, but can data distiller overwrite or delete the event record if it knows the _id value ?
1 Accepted Solution

Avatar

Correct answer by
Level 4

overwrite - with same _id? not possible. as you process another event record with the same _id, then this record will be ignored irrespective of you pass the same timestamp or different timestamp.

overwrite - with different _id? its technically not overwrite. you are ingesting another event, and both event does exist for the profile.

delete? possible, if you drop the dataset. deleting particular batchid will only delete from the data lake not from the profile store.

 

if you find a way to overwrite the event record or deleting the record without dropping the dataset, let us know. would be much helpful to know. 🙂

View solution in original post

1 Reply

Avatar

Correct answer by
Level 4

overwrite - with same _id? not possible. as you process another event record with the same _id, then this record will be ignored irrespective of you pass the same timestamp or different timestamp.

overwrite - with different _id? its technically not overwrite. you are ingesting another event, and both event does exist for the profile.

delete? possible, if you drop the dataset. deleting particular batchid will only delete from the data lake not from the profile store.

 

if you find a way to overwrite the event record or deleting the record without dropping the dataset, let us know. would be much helpful to know. 🙂