Pip-installable DuckDB AWS extension for Amazon S3 and AWS Glue integration. Version 1.5.1 is compatible with DuckDB 1.5.1. Released on a per-DuckDB-version cadence; versions are pinned to the DuckDB minor release.
pip install duckdb-extension-aws==1.5.1Verified import paths — ran on the pinned version, not inferred.
Install and load the AWS extension, then query Parquet files on S3.
Install the exact same version for both duckdb and duckdb-extension-aws.
Always call con.install_extension('aws') then con.load_extension('aws') after connecting.Upgrade to Python 3.9+ or stay on duckdb-extension-aws==1.3.2.