8000 Connect ducklake to azure · Issue #76 · duckdb/ducklake · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Connect ducklake to azure #76

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

Open
akulOn opened this issue May 28, 2025 · 2 comments
Open

Connect ducklake to azure #76

akulOn opened this issue May 28, 2025 · 2 comments

Comments

@akulOn
Copy link
akulOn commented May 28, 2025

Hi everyone,

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

I've tried these commands:

  • con.execute("ATTACH 'ducklake:metadata.ducklake' AS my_ducklake (DATA_PATH 'abfss://luka@teststorage.dfs.core.windows.net/ducklake_test/');")
  • con.execute("ATTACH 'ducklake:metadata.ducklake' AS my_ducklake (DATA_PATH 'az://teststorage.blob.core.windows.net/luka/ducklake_test/');")

Is there a plan to add azure support or a workaround?

@Mytherin
Copy link
Contributor

Thanks for the report!

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.

@akulOn
Copy link
Author
akulOn commented May 29, 2025

Thanks for the quick response @Mytherin!

I'll try using the fsspec library!

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

2 participants
0