Hello Everyone ! We have started exploring the air...
# ask-community-for-troubleshooting
a
Hello Everyone ! We have started exploring the airbyte where we have setup a connection as SQS-->AirByte-->S3. It works fine but the output from AirByte are stored as unreadable files. Afterwards, We downloaded these files from S3 and appended the files with ".gz" which helped to extract the file and view the contents inside it. I couldn't find any configuration which can be modified to fix it. Can someone please guide me if this is a default feature or am I doing something wrong here. Thanks in advance.
t
Had the same problem with S3 as destination. There is a new version for that destination, solved the problem for me.
airbyte/destination-s3 => 0.3.3
a
OK thank you Tim, I will upgrade it to latest version to try it again . Will get back with the results.