I’m working on getting a MySQL tap to flow into sn...
# plugins-general
r
I’m working on getting a MySQL tap to flow into snowflake and am hoping to do it log based. From what I can tell, tap-mysql doesn’t support log based replication. Is that correct? I’ve also been looking at pipelinewise, which has it’s own mysql tap which does support log based replication. If I add the pipelinewise mysql tap as a custom extractor to my meltano project, could I then get log based replication in meltano?
d
@ryne Yep, that should work!
r
thanks, @douwe_maan! Do you happen to know of any examples of others having implemented the pipelinewise-tap-MySQL with meltano?
d
@ryne I don't, but the readme at https://github.com/transferwise/pipelinewise-tap-mysql is very complete, so it shouldn't be too hard to figure out the right custom plugin definition 🙂 Let me know if you'd like any help!