Skip to content

Commit

Permalink
[Doc] Fix Desc in Iceberg Catalog (backport #55821) (#55826)
Browse files Browse the repository at this point in the history
Co-authored-by: 絵空事スピリット <[email protected]>
  • Loading branch information
mergify[bot] and EsoragotoSpirit authored Feb 12, 2025
1 parent facdd23 commit 79d79d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/data_source/catalog/iceberg/iceberg_catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ Description: The endpoint to retrieve access token from OAuth2 Server.

Required: No

Description: Whether to support querying objects under nested namespace. Default: `true`.
Description: Whether to use credentials provided by REST backend for file system access. Default: `true`.

###### iceberg.catalog.warehouse

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/data_source/catalog/iceberg/iceberg_catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ StarRocks 访问 Iceberg 集群元数据服务的相关参数配置。
| iceberg.catalog.oauth2.credential || 用于与服务器的 OAuth2 客户端 Credentials Flow 交换 Token 的 Credential。使用 `OAUTH2` 需要指定 `token``credential`。示例:`AbCdEf123456`|
| iceberg.catalog.oauth2.scope || 与 REST Catalog 通信时使用的范围。仅在使用 `credential` 时适用。 |
| iceberg.catalog.oauth2.server-uri || 从 OAuth2 服务器获取 Token 的端点。 |
| iceberg.catalog.vended-credentials-enabled || 是否支持查询嵌套 namespace 下的对象。默认:`true`|
| iceberg.catalog.vended-credentials-enabled || 是否使用 REST 后端提供的 Credential 访问文件系统。默认:`true`|
| iceberg.catalog.warehouse || Catalog 的仓库位置或标志符,如 `s3://my_bucket/warehouse_location``sandbox`|

例如,创建一个名为 `tabular` 的 Iceberg Catalog,使用 Tabular 作为元数据服务:
Expand Down

0 comments on commit 79d79d1

Please sign in to comment.