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
When attempting to use DuckDB v0.9.0 with HTTPS to retrieve a parquet file in S3 I receive the following error:
File "/usr/local/airflow/dags/xxx/xxx.py", line 58, in xxx
conn.sql("INSTALL httpfs")
duckdb.duckdb.HTTPException: HTTP Error: Failed to download extension "httpfs" at URL "http://extensions.duckdb.org/v0.9.0/linux_arm64_gcc4/httpfs.duckdb_extension.gz"
Extension "httpfs" is an existing extension.
Are you using a development build? In this case, extensions might not (yet) be uploaded.
I've tried using the DuckDB library directly (instead of having it installed through the provider, though I assume this doesn't make a difference anyway).
It works just fine on my local machine (macOS), which makes me suspect the issue is with the download link mentioned above. When I try to go to this myself, I get an access denied error.
Other relevant information:
Astro 8.4.0
Airflow: 2.6.1
The text was updated successfully, but these errors were encountered:
When attempting to use DuckDB v0.9.0 with HTTPS to retrieve a parquet file in S3 I receive the following error:
I've tried using the DuckDB library directly (instead of having it installed through the provider, though I assume this doesn't make a difference anyway).
It works just fine on my local machine (macOS), which makes me suspect the issue is with the download link mentioned above. When I try to go to this myself, I get an access denied error.
Other relevant information:
The text was updated successfully, but these errors were encountered: