You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks a lot for all the work with duckdb! I have found it to be extremely useful!
I'm running into an issue with querying files stored in a mock s3 bucket (working with the real s3 bucket), here are the details:
Error:
FAILED error.py::test_duckdb_aws - duckdb.duckdb.IOException: IO Error: Connection error for HTTP HEAD to 'https://some-random-bucket.test/_url/random_output_dir/test.parquet'
hey @mayankanand007 thanks for reporting this! I think this has to do with the fact that DuckDB uses a custom S3 implementation instead of an official SDK.
Thanks a lot for all the work with
duckdb
! I have found it to be extremely useful!I'm running into an issue with querying files stored in a mock s3 bucket (working with the real s3 bucket), here are the details:
Error:
Steps to reproduce:
duckdb version: 1.0.0
s3fs: 2023.6.0
aiohttp: 3.9.0
aibotocore: 2.5.2
moto: 4.1.0
I'm using moto for mocking the s3 bucket. Specifically, I use the fixture defined in this comment: aio-libs/aiobotocore#755 (comment)
Any advice for this? Thanks in advance!
The text was updated successfully, but these errors were encountered: