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
Is it possible that attaching databases no longer work in in the latest dev versions? When running ATTACH 'https://raw.githubusercontent.com/tobilg/aws-iam-data/main/data/db/iam.duckdb' as aws_iam (READ_ONLY);, I see the following error:
Error: IO Error: Extension https://extensions.duckdb.org/v1.1.0/wasm_eh/httpfs.duckdb_extension.wasm is not available.
What happens?
Is it possible that attaching databases no longer work in in the latest dev versions? When running
ATTACH 'https://raw.githubusercontent.com/tobilg/aws-iam-data/main/data/db/iam.duckdb' as aws_iam (READ_ONLY);
, I see the following error:Accessing other files via http seems to work though. When trying to access https://extensions.duckdb.org/v1.1.0/wasm_eh/httpfs.duckdb_extension.wasm I see a 403 error
v258
which isv1.0.0
works with ATTACH statements. I tried a lot of newer versions, without success...To Reproduce
Try this in the Shell:
https://shell.duckdb.org/#queries=v0,ATTACH-'https%3A%2F%2Fraw.githubusercontent.com%2Ftobilg%2Faws%20iam%20data%2Fmain%2Fdata%2Fdb%2Fiam.duckdb'-as-aws_iam-(READ_ONLY)~,load-httpfs~
Browser/Environment:
Chrome latest
Device:
MacBookPro
DuckDB-Wasm Version:
1.28.1-dev287.0
DuckDB-Wasm Deployment:
shell.duckdb.org
Full Name:
Tobi M.
Affiliation:
None
The text was updated successfully, but these errors were encountered: