You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when an object is deleted and there is a deleted event created, that is picked up as a regular update by the tap. There is nothing actually letting consumers know that the object was deleted.
These are the objects that receive a deleted event:
Currently, when an object is deleted and there is a deleted event created, that is picked up as a regular update by the tap. There is nothing actually letting consumers know that the object was deleted.
These are the objects that receive a
deleted
event:and I believe the ones that currently get picked up by the tap are:
To see exactly what was happening, I deleted a test
product
, and this is what was returned by the tap:Based on https://www.stitchdata.com/docs/replication/deleted-record-handling, maybe the tap could be creating a
soft_delete
field that lets consumers know that the object got deleted.The text was updated successfully, but these errors were encountered: