Question about SQS source/destination in Airbyte

Summary

The user is evaluating Airbyte open source, specifically interested in the SQS source/destination functionality. They noticed it was unarchived in a specific PR but cannot find it when creating a connection. They are seeking guidance on how to enable it.


Question

Hi, I’m evaluating airbyte open source. I must say I like what I see so far.
I’ve cloned it from github and started it using run-ab-platform.sh
Commit: * 9d368aaebc <tel:2406070110|240607 0110> davinchia (HEAD

I have a question about the SQS source / destination. I saw that it was earlier archived, but was unarchived in this PR:
https://github.com/airbytehq/airbyte/pull/35838

But I can’t find it when I’m creating a connection.
Do I need to enable it somehow?



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

["airbyte", "open-source", "sqs-source", "sqs-destination", "github", "connection", "enable"]

Hey Carl, if you need an archived connector you need to pull it manually from the dockerhub docker pull airbyte/source-sqs:version or build it locally using the airbyte-ci connectors --name source-sqs build as example.

Thanks for the reply Marco, I’ll look into that