Skip to content

Commit 63eb16f

Browse files
committed
[doc] Update warehouse to REST Catalog doc
1 parent e4d19ae commit 63eb16f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/content/concepts/rest-catalog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ WITH (
5454
'type' = 'paimon',
5555
'uri' = '<catalog server url>',
5656
'metastore' = 'rest',
57+
'warehouse' = 'my_instance_name',
5758
'token.provider' = 'bear'
5859
'token' = '<token>'
5960
);
@@ -65,6 +66,7 @@ WITH (
6566
'type' = 'paimon',
6667
'uri' = '<catalog server url>',
6768
'metastore' = 'rest',
69+
'warehouse' = 'my_instance_name',
6870
'token.provider' = 'dlf',
6971
'dlf.accessKeyId'='<accessKeyId>',
7072
'dlf.accessKeySecret'='<accessKeySecret>',
@@ -78,6 +80,7 @@ WITH (
7880
'type' = 'paimon',
7981
'uri' = '<catalog server url>',
8082
'metastore' = 'rest',
83+
'warehouse' = 'my_instance_name',
8184
'token.provider' = 'dlf',
8285
'dlf.accessKeyId'='<accessKeyId>',
8386
'dlf.accessKeySecret'='<accessKeySecret>',
@@ -92,7 +95,9 @@ WITH (
9295
'type' = 'paimon',
9396
'uri' = '<catalog server url>',
9497
'metastore' = 'rest',
95-
'token.provider' = 'dlf'
98+
'warehouse' = 'my_instance_name',
99+
'token.provider' = 'dlf',
100+
'dlf.token-path' = 'my_token_path_in_disk'
96101
);
97102
```
98103

0 commit comments

Comments
 (0)