estuary / connectors

Connectors for capturing data from external data sources
Other
50 stars 17 forks source link

source-mysql-batch: Failures when trying to capture from SingleStore #1923

Closed willdonnelly closed 2 months ago

willdonnelly commented 2 months ago

SingleStore is "MySQL wire protocol compatible" so in theory we should be able to capture from it. In practice it's failing with an error message saying:

unable to connect to database: <nil>

I suspect there are at least two issues here: one with the error reporting and one which is actually causing it to fail.

willdonnelly commented 2 months ago

I've confirmed that there are in fact three errors going on here:

willdonnelly commented 2 months ago

We've confirmed that the real "you need to select a database" error can be addressed by setting the /advanced/dbname property when connecting to SingleStore. Everything else is just some error reporting jank which I've got a PR out to fix.