Hi all! Trying to use tap-mysql on a (mariadb) dat...
# troubleshooting
m
Hi all! Trying to use tap-mysql on a (mariadb) database that i'm connected to through a Bastion / SSH Tunnel. Getting the following error but it does not really seem to give me an indication of what's wrong here. Anyone got experience with mariadb?
Copy code
2022-11-08T09:49:57.254744Z [error    ] Block run completed.           block_type=ExtractLoadBlocks err=RunnerError('Extractor failed') exit_codes={<PluginType.EXTRACTORS: 'extractors'>: 1} set_number=0 success=False
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.
t
Does running the tap in discovery mode (
meltano invoke tap-mysql -d
) work? Or does it only fail when running the pipeline (e.g.
meltano run tap-mysql target-something
)?