Trying to settup a new s3 connection on a director...
# ask-ai
l
Trying to settup a new s3 connection on a directory with .parquet files it errors with TLS error
urllib3.exceptions.SSLError: TLS/SSL connection has been closed (EOF) (_ssl.c:1129)
Copy code
the other streams (csv ones) run fine
k
Based on the knowledge sources provided, it seems like you're encountering a SSL/TLS related error while trying to set up a new S3 connection on a directory with .parquet files. This issue might be related to the SSL/TLS version or the certificate used for the secure connection. However, the exact cause and solution for this issue are not directly mentioned in the provided sources. It's recommended to check the SSL/TLS configuration and the certificates used for the connection. If the issue persists, consider creating a Github issue in the Airbyte repository so that the team can look into it, as suggested in this [forum post](https://discuss.airbyte.io/t/1829). Please note that the information provided is based on the knowledge sources given and might not fully solve your issue. For more detailed assistance, consider reaching out to the Airbyte community or support.
l
@kapa.ai does this connector read .snappy.parquet files or the compression is a problem?
k
Based on the information provided in the knowledge sources, it appears that the Airbyte connectors for [Files (CSV, JSON, Excel, Feather, Parquet)](https://docs.airbyte.com/integrations/sources/file#file--stream-compression), [Azure Blob Storage](https://docs.airbyte.com/integrations/sources/azure-blob-storage#supported-streams), and [S3](https://docs.airbyte.com/integrations/sources/s3#file-compressions) do not currently support the Snappy compression format. This could potentially be the reason why you are having trouble reading .snappy.parquet files. If you need support for Snappy compression, you might want to let the Airbyte team know about your requirement.
l
@kapa.ai its the source s3 connector
k
A message from kapa.ai
The [S3 source connector](https://docs.airbyte.com/integrations/sources/s3#file-compressions) in Airbyte currently does not support the Snappy compression format. This means that it would not be able to read .snappy.parquet files directly. If you need support for Snappy compression, you might want to consider making a feature request on the Airbyte GitHub page or discuss it in the Airbyte community forum.