PyAirbyte icon indicating copy to clipboard operation
PyAirbyte copied to clipboard

AirbyteConnectorNotPyPiPublishedError for source-linkedin-pages

Open jiangsong216 opened this issue 1 year ago • 1 comments

aribyte version: 0.9.0

AirbyteConnectorNotPyPiPublishedError raised for source-linkedin-pages and source-snowflake. Looks like we lost these two sources in this version

image image

jiangsong216 avatar Oct 15 '24 07:10 jiangsong216

@jiangsong216 - Thanks for raising. The snowflake source is written in java so it may only be available by sending docker_image=True to the get_source() function.

The source-linked-pages should be available, but it may have migrated to yaml manifest format instead of python package.

If you are still experiencing these issues, can you confirm which version of PyAirbyte you are using, and also provide the get_source() code you are using (with any secrets or confidential info redacted)?

aaronsteers avatar Nov 06 '24 21:11 aaronsteers