PyAirbyte
PyAirbyte copied to clipboard
AirbyteConnectorNotPyPiPublishedError for source-linkedin-pages
aribyte version: 0.9.0
AirbyteConnectorNotPyPiPublishedError raised for source-linkedin-pages and source-snowflake. Looks like we lost these two sources in this version
@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)?