Using MySQL source and target connectors with PyAirbyte

Summary

Darvi is inquiring about using MySQL source and target connectors with PyAirbyte as they did not see any specific connector in the output of get connectors.


Question

Hi Guys!

May I have a question about PyAirbyte?
Can I use MySQL source, and target connector with that? I did not see any particular connector in the output of get connectors.

Thanks,
Darvi



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.

Join the conversation on Slack

["pyairbyte", "mysql-source-connector", "mysql-target-connector"]

This is the PyAirbyte architecture and how it works https://docs.airbyte.com/using-airbyte/pyairbyte/getting-started#architecture it sends data to a SQL cache database.

<@U01MMSDJGC9> Thanks, but I saw there is no MySQL connector to use
https://github.com/airbytehq/airbyte/blob/master/airbyte-integrations/connectors/source-mysql/metadata.yaml

there is no pypi entry

no problem, I can do a workaropund with simple mysql conenctor, and pandas as an intermediate cashe … i will be fine…
Thanks

Yes, it is described in the PyAirbyte documentation which sources are available.
https://docs.airbyte.com/using-airbyte/pyairbyte/getting-started#available-connectors

Java connectors aren’t supported yet, there is this open PR https://github.com/airbytehq/PyAirbyte/pull/209 enables to run Docker connectors using PyAirbyte but it isn’t merged and probably will be released as experimental.