Skip to content

Commit 3d5c687

Browse files
authored
DuckLake Data Connector: update supported version section after DuckDB 1.5.2 upgrade
1 parent f8f531f commit 3d5c687

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/docs/components/data-connectors/ducklake.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ INSERT INTO customer (c_custkey, c_name) VALUES (1, 'Acme Corp');
134134
datasets:
135135
- from: ducklake:customer
136136
name: customer
137-
params:
137+
params
138138
ducklake_connection_string: /path/to/metadata.ducklake
139139
```
140140

@@ -201,7 +201,7 @@ datasets:
201201

202202
:::warning[Limitations]
203203

204-
- Spice uses DuckDB 1.4.4, which supports DuckLake format versions 0.1, 0.2, and 0.3 only. Catalogs created with DuckDB 1.5.x or later use format v0.4+, which is not currently supported.
204+
- Spice uses DuckDB 1.5.2, which supports DuckLake 1.0. Older DuckLake catalogs require a metadata migration before use. See [DuckLake migration guide](https://ducklake.select/docs/stable/duckdb/guides/troubleshooting#connecting-to-an-older-ducklake).
205205
- The DuckLake DuckDB extension is downloaded at runtime on first use, requiring network connectivity.
206206
- The `ducklake_connection_string` parameter is required — unlike the catalog connector, it cannot be omitted.
207207
- Each dataset creates its own DuckDB connection pool. For querying many tables from the same catalog, consider using the [DuckLake Catalog Connector](../catalogs/ducklake) instead, which shares a single connection pool.

0 commit comments

Comments
 (0)