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.
no problem, I can do a workaropund with simple mysql conenctor, and pandas as an intermediate cashe … i will be fine…
Thanks
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.