Events in AEP are immutable, but can data distiller overwrite or delete the event record if it knows the _id value ? | Community
Skip to main content
Pradeep-Jaiswal
New Participant
October 7, 2025
Solved

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

  • October 7, 2025
  • 1 reply
  • 194 views
Events in AEP are immutable, but can data distiller overwrite or delete the event record if it knows the _id value ?
Best answer by itsMeTechy

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. 🙂

1 reply

itsMeTechy
itsMeTechyAccepted solution
New Participant
October 10, 2025

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. 🙂