Is there a way to make my sdk-based tap emit an AC...
# plugins-general
a
Is there a way to make my sdk-based tap emit an ACTIVATE_VERSION message? Looking through the sdk source I can only find references to targets handling the message. Edit: I think I need https://github.com/meltano/sdk/pull/2686/files to be merged before I can do that?
1
e
That's correct. I'm curious, do you need to handle deletes?
a
Yes 🙂
e
Gotcha. I'll try to get back to that PR next week.
a
Did this get merged?! Would it be available from the next SDK release? https://github.com/meltano/sdk/pull/2686
In the interim, could I just get the
_sdc_table_version
populated by the tap, and then handle the deduplication further downstream? I don't necessarily need the deletes to be actioned on the target, just identifiable
e
It'll be available in the next release, it's probably not making a release with partial support. The 0.47 milestone is almost clear so I'll push to get that across the finish line and publish a RC.
a
Thanks I'll look forward to that 🙂