Skip to content

Commit 1553331

Browse files
authored
Promote DuckLake to Beta quality (#1682)
1 parent 0f43a57 commit 1553331

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

website/docs/components/catalogs/ducklake.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +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.
201202
- The DuckLake DuckDB extension is downloaded at runtime on first use, requiring network connectivity.
202203
- The `information_schema` and `pg_catalog` system schemas are automatically filtered out during discovery.
203204
- 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ datasets:
181181

182182
:::warning[Limitations]
183183

184+
- 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.
184185
- The DuckLake DuckDB extension is downloaded at runtime on first use, requiring network connectivity.
185186
- The `ducklake_connection_string` parameter is required — unlike the catalog connector, it cannot be omitted.
186187
- 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)