Wojciech Szy
10/21/2024, 12:27 PMuser
10/21/2024, 12:27 PMremoteRegistries.pypi.enabled
to true
in the metadata.yaml
file of the connector. This is to ensure that all connectors can be published to PyPi and can be used in PyAirbyte [[source](https://docs.airbyte.com/contributing-to-airbyte/resources/qa-checks#python-connectors-must-have-pypi-publishing-enabled)]. However, please note that currently no automated publishing will occur. The remoteRegistries
property allows you to configure how a connector should be published to registries like Pypi. The packageName
property of the pypi
section is the name of the installable package in the PyPi registry. If not specified, all remote registry configurations are disabled by default [[source](https://docs.airbyte.com/connector-development/connector-metadata-file#remoteregistries)]. If you continue to face issues, it might be helpful to check the MySQL troubleshooting guide provided by Airbyte [[source](https://docs.airbyte.com/integrations/sources/mysql#limitations--troubleshooting)].Wojciech Szy
10/21/2024, 1:33 PMuser
10/21/2024, 1:34 PM