Summary
The user is encountering an error when trying to use the MySQL connector in pyAirbyte, specifically in the get_source method. They are questioning the availability of MySQL for pyAirbyte and seeking guidance on resolving the AirbyteConnectorNotPyPiPublishedError.
Question
Hi all, I can see on MySQL
connector docu site: https://docs.airbyte.com/integrations/sources/mysql?_gl=1*b61l25*_gcl_au*ODM4MTc3OTU0LjE3Mjk1MTEyNTc that MySQL is already available to be used along with pyairbyte
.
However when I am trying to use it in get_source
method (source-mysql) I am getting following error:
airbyte.exceptions.AirbyteConnectorNotPyPiPublishedError: AirbyteConnectorNotPyPiPublishedError: Connector found, but not published to PyPI.
Is MySQL
really available for pyAirbyte? If yes which pip url to use? Or how to resolve this issue? Is it available out of the box?
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.