airbytehq / airbyte

The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.
https://airbyte.com
Other
14.76k stars 3.79k forks source link

Google Cloud SQL - Source Connector #4114

Open bsanderrmg opened 3 years ago

bsanderrmg commented 3 years ago

Tell us about the new connector you’d like to have

Which source and which destination?

Do you need a specific version of the underlying data source e.g: you specifically need support for an older version of the API or DB?

Describe the context around this new connector

Which team in your company wants this integration, what for? This helps us understand the use case.

How often do you want to run syncs?

If this is an API source connector, which entities/endpoints do you need supported?

Describe the alternative you are considering or using

Currently the ways we've accomplished this is either via a Linked Server in SQL Server (via ODBC) or by pulling the rows down as a CSV and using the File connector to ingest.

marcosmarxm commented 3 years ago

@bsanderrmg we already support MySQL connector. Do you need to connect using SSL with client/server handshake?

bsanderrmg commented 3 years ago

@marcosmarxm No, Cloud SQL requires certificate authentication alongside a username/password. The fields highlighted below in MySQL Workbench reference the fields that I'm unable to provide using the MySQL connector in Airbyte.

Would be happy to be wrong, but I believe the connector as-is does not provide options for this.

image