Hello guys, Has anybody configured the pipelinewis...
# plugins-general
d
Hello guys, Has anybody configured the pipelinewise tap postgres to use logical replication (and read from the replication log) through Meltano? I am having issues
d
I know that @matt_cooley used pipelinewise-tap-mysql with LOG_BASED replication: https://meltano.slack.com/archives/C013EKWA2Q1/p1608097828264300 Presumably tap-postgres would behave similarly
m
Hi! I did in fact get it set up. @dejan_pejcev What issues are you having?
Oh, actually, I was doing a
tap-mysql → target-postgres
with LOG replication. Still happy to help if I can
d
Looks like the pipelinewise postgres tap doesn’t read from the wal2json replication slot. It sees correctly that it should use LOG_BASED, and for each table it always does logical_initial, which is the initial full sync, and after that it should read changes from the replication log, but it does again logical_initial
m
Yeah that’s different than the issues I was having and its a different tap. I actually ended up using a Singer Tap. But they’re not as well maintained so it’s not a super ideal solution.
d
UPDATE: I was missing the
--job_id
parameter, all good now