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
I'm trying to connect ducklake to my azure storage and I got this error:
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\luka\Desktop\ducklake\setup.py", line 63, in <module>
con.execute(
~~~~~~~~~~~^
f"""
^^^^
...<2 lines>...
"""
^^^
)
^
duckdb.duckdb.NotImplementedException: Not implemented Error: Writing to Azure containers is currently not supported
This is a restriction of the azure extension. We are planning to implement this in the future - there's an issue that tracks this there: duckdb/duckdb-azure#44
As a work-around, you can use fsspec in Python to connect to Azure as mentioned in that issue.
Hi everyone,
I'm trying to connect ducklake to my azure storage and I got this error:
I've tried these commands:
Is there a plan to add azure support or a workaround?
The text was updated successfully, but these errors were encountered: