When a batch is deleted, it only delete the data from dataLake but keep the record in ProfileStore.
for event based schema (time series class), when we add the same event twice, it would get appended and profile store would have two entry for that event.
is there a way to delete the profile store records based on ingestion date ? so all the record ingested on particular DATE for a specific dataSet to be deleted from profile store ?