Hi all. I’m trying to implement a solution for `ha...
# singer-tap-development
m
Hi all. I’m trying to implement a solution for
hard-deletes
in the source of my tap that I’m developing with the sdk. I’ve seen in the thread that
ACTIVATE_VERSION
might be the way to go (vs. some custom logic checking the
sdc_batched_at
columns for stale records). First off, if someone has a better idea I’m all ears. If
ACTIVATE_VERSION
is the way to go though I’m having some trouble wrapping my head around how to implement it in the SDK. Could someone point me to an example tap that uses
ACTIVATE_VERSION
that might move along my understanding? Any hints on how it actually interacts with a target (I think it uses the operational columns?) OR how to tell if a target is compatible would also be rad. Thanks!