Skip to content

Commit 82bdaf9

Browse files
committed
Update
1 parent f0bf6e0 commit 82bdaf9

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, 0.3-dev1, and 0.3 only. Catalogs created with DuckDB 1.5.x or later use format v0.4+, which is not compatible.
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.
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
@@ -181,7 +181,7 @@ datasets:
181181

182182
:::warning[Limitations]
183183

184-
- Spice uses DuckDB 1.4.4, which supports DuckLake format versions 0.1, 0.2, 0.3-dev1, and 0.3 only. Catalogs created with DuckDB 1.5.x or later use format v0.4+, which is not compatible.
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.
185185
- The DuckLake DuckDB extension is downloaded at runtime on first use, requiring network connectivity.
186186
- The `ducklake_connection_string` parameter is required — unlike the catalog connector, it cannot be omitted.
187187
- 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)