Skip to content

Commit 03fd676

Browse files
committed
minor changes
1 parent cf4fd68 commit 03fd676

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/use-cases/data_lake/rest_catalog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ version: '3.8'
5353

5454
services:
5555
clickhouse:
56-
image: clickhouse/clickhouse-server:main
56+
image: clickhouse/clickhouse-server:25.5.6
5757
container_name: clickhouse
5858
user: '0:0' # Ensures root permissions
5959
ports:
@@ -98,6 +98,8 @@ docker exec -it clickhouse clickhouse-client
9898
Then create the database connection to the REST catalog:
9999

100100
```sql
101+
SET allow_experimental_database_iceberg = 1;
102+
101103
CREATE DATABASE demo
102104
ENGINE = DataLakeCatalog('http://rest:8181/v1', 'admin', 'password')
103105
SETTINGS

0 commit comments

Comments
 (0)