Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to use HTTPFS extension in task #11

Open
hrm13 opened this issue Oct 11, 2023 · 0 comments
Open

Unable to use HTTPFS extension in task #11

hrm13 opened this issue Oct 11, 2023 · 0 comments

Comments

@hrm13
Copy link

hrm13 commented Oct 11, 2023

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant