Skip to content

Commit 344e724

Browse files
committed
break up instructions to separate lines
1 parent 0ed6a75 commit 344e724

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_posts/2025-09-17-ducklake-03.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ Powered by the DuckDB `iceberg` extension, it is possible to copy data between D
2929
</summary>
3030

3131
```sql
32-
INSTALL iceberg; LOAD iceberg;
33-
INSTALL httpfs; LOAD httpfs;
32+
INSTALL iceberg;
33+
LOAD iceberg;
34+
INSTALL httpfs;
35+
LOAD httpfs;
3436
-- Basic Iceberg setup from https://github.com/duckdb/duckdb-iceberg/blob/main/scripts/start-rest-catalog.sh
3537
CREATE SECRET (
3638
TYPE S3,

0 commit comments

Comments
 (0)