Hi There, first time trying meltano, trying to se...
# troubleshooting
a
Hi There, first time trying meltano, trying to setup mysql to postgres pipeline. I'm having issues with tap-mysql mostly using default settings
v
Looks like you're hitting this issue with the tap https://github.com/transferwise/pipelinewise-tap-mysql/issues/129
Maybe that was your issue? 😄
t
For me "catalog discovery failed" always meant my connection information was defined wrong. 😉
e
Someone's already working on a PR: https://github.com/transferwise/pipelinewise-tap-mysql/pull/130. For now a workaround may be to set
cursorclass
to a null value
We’ve also just removed the default
cursorclass
value, so
meltano lock tap-mysql --update
should fix it for you