查看表
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
dlf:GetIcebergTable |
get |
*全部资源
|
无 | 无 |
请求语法
GET /iceberg/dlf/v1/{catalogId}/namespaces/{namespace}/tables/{table} HTTP/1.1
请求参数
名称 |
类型 |
必填 |
描述 |
示例值 |
catalogId |
string |
是 |
数据目录 ID。 |
clg-iceberg-xxxx |
namespace |
string |
否 |
命名空间名称。 |
namespace_name |
table |
string |
否 |
数据表名称。 |
table_name |
返回参数
名称 |
类型 |
描述 |
示例值 |
IcebergTable |
数据表。 |
示例
正常返回示例
JSON
格式
{
"owner": "acs:ram::[accountId]:root",
"path": "oss://clg-iceberg-xxxx/ns-xxxx/table-xxxx",
"createdAt": 1747120676378,
"updatedBy": "acs:ram::[accountId]:root",
"createdBy": "acs:ram::[accountId]:root",
"name": "table1",
"id": "tbl-xxxx",
"version": 0,
"icebergTableMetadata": {
"currentSnapshot": {
"summary": {
"key": "total-records:3"
},
"sequenceNumber": 1,
"timestampMillis": 1750313724369,
"schemaId": 0,
"id": 2443368274334000600,
"addedRows": 20,
"operation": "append",
"parentId": 0
},
"partitionFields": [
{
"sourceId": 0,
"transform": "day",
"name": "ts_day",
"fieldId": 1
}
],
"fields": [
{
"name": "col1",
"doc": "desc1",
"optional": true,
"id": 1,
"type": "string"
}
],
"properties": {
"key": "write.format.default:parquet"
}
},
"updatedAt": 1744970111419
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?