Skip to content

Commit 6128b26

Browse files
authored
DuckLake: update supported version section after DuckDB 1.5.2 upgrade (#1732)
* DuckLake Data Connector: update supported version section after DuckDB 1.5.2 upgrade * Fix YAML syntax for params in ducklake.md * Update
1 parent d2bcc16 commit 6128b26

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

website/docs/components/catalogs/ducklake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Spice integrates with multiple secret stores to help manage sensitive data secur
198198

199199
:::warning[Limitations]
200200

201-
- 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.
201+
- 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).
202202
- The DuckLake DuckDB extension is downloaded at runtime on first use, requiring network connectivity.
203203
- The `information_schema` and `pg_catalog` system schemas are automatically filtered out during discovery.
204204
- Catalog refresh is non-incremental — a full re-query of `information_schema` is performed on each refresh cycle.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)