-
Notifications
You must be signed in to change notification settings - Fork 16
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 Read Delta Table due to extension download problems #16
Comments
using duckdb-0.10.4.dev55 I still get the same problem
|
I think Release process for delta is currently triggered manually, and has not been (yet) moved into main CI workflows. |
This is also sort of explicit with this rewording of the README: https://github.com/duckdb/duckdb_delta/pull/15/files |
delta will (for now) not be available in DuckDB's nightly builds because of the extra toolchain setup is needs to compile the rust dependency. However nightly binaries of the delta extension itself (targeting the latest stable duckdb) will be pushed automatically to the I will close this issue in favor of the other one |
What happens?
I tried reading delta table using delta_scan but i got the below error that the delta extension is unable to download for installation into duckdb. When i tried to access the link directly, the access is denied. Please help. I am currently unable to read delta tables on my delta lake.
Traceback (most recent call last):
File "c:\Users\RnD\test_delta_scan.py", line 16, in
con.execute("Install delta")
duckdb.duckdb.HTTPException: HTTP Error: Failed to download extension "delta" at URL "http://extensions.duckdb.org/v0.10.3/windows_amd64/delta.duckdb_extension.gz"
Candidate extensions: "md", "inet"
To Reproduce
OS:
Windows 11 x64
DuckDB Version:
0.10.3
DuckDB Client:
Python 3.11.7
Full Name:
Krishna Cheedella
Affiliation:
Keysight Technologies
What is the latest build you tested with? If possible, we recommend testing with the latest nightly build.
I have tested with a stable release
Did you include all relevant data sets for reproducing the issue?
Yes
Did you include all code required to reproduce the issue?
Did you include all relevant configuration (e.g., CPU architecture, Python version, Linux distribution) to reproduce the issue?
The text was updated successfully, but these errors were encountered: