I'm using the tap-mysql (MeltanoLabs variant) and the target-postgres (MeltanoLabs variant) and doin...
b
I'm using the tap-mysql (MeltanoLabs variant) and the target-postgres (MeltanoLabs variant) and doing full replication. However currently the set-up is such that the rows are appending. I've read a bit about the
activate_version
setting that can be used to make sure the tables are truncated each time. This is implemented by the target, but I'm uncertain how to emit this activate_version message from the tap. Am I missing something or is this not configurable from the tap-mysql despite being built with the SDK? @visch @aaronsteers @Edgar Ramírez (Arch.dev)
e
Hi @bernard_wezeman! It hasn't been implemented for taps: https://github.com/meltano/sdk/issues/18. PRs welcome!