列出MMA數(shù)據(jù)源內的表
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求語法
GET /api/v1/mms/datasources/{sourceId}/tables HTTP/1.1
請求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
sourceId | long | 是 | 數(shù)據(jù)源 ID | 2000015 |
onlyName | boolean | 否 | 只獲取表的名字 | false |
dbId | long | 否 | 庫 ID | 197 |
dbName | string | 否 | 庫名 | mms_test |
name | string | 否 | 表名 | test |
type | string | 否 | 表類型 | MANAGED_TABLE |
hasPartitions | boolean | 否 | 分區(qū)表 | true |
status | array | 否 | 遷移狀態(tài) | |
statu | string | 否 | 遷移狀態(tài) 枚舉值:
| ["DONE", "FAILED"] |
lastDdlTimeStart | string | 否 | lastDdlTime 開始時間 | 2024-12-17 15:44:42 |
lastDdlTimeEnd | string | 否 | lastDdlTime 結束時間 | 2024-12-19 15:44:42 |
pageNum | integer | 否 | 頁碼 | 1 |
pageSize | integer | 否 | 分頁大小。 | 10 |
sorter.numRows | string | 否 | 根據(jù)行數(shù)排序 枚舉值:
| desc |
sorter.size | string | 否 | 根據(jù)數(shù)據(jù)大小排序 枚舉值:
| asc |
sorter.lastDdlTime | string | 否 | 根據(jù) lastddltime 排序 枚舉值:
| desc |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"requestId": "E7FB14F1-4ACD-5C73-A755-B302D70AB9AD",
"data": {
"total": 100,
"objectList": [
{
"id": 1003476,
"dbId": 196,
"dbName": "demo",
"name": "test",
"type": "MANAGED_TABLE",
"hasPartitions": true,
"schema": {
"name": "test",
"comment": "for mms test",
"columns": [
{
"name": "user_id",
"type": "bigint",
"comment": "user id",
"defaultValue": "\"\"",
"nullable": false
}
],
"partitions": [
{
"name": "p1",
"type": "string",
"comment": "第一分區(qū)",
"defaultValue": "abc",
"nullable": false
}
]
},
"owner": "Hive",
"location": "| hdfs://master-1-1.c-c127cd184bb029ea.cn-zhangjiakou.emr.aliyuncs.com:9000/user/hive/warehouse/demo",
"inputFormat": "org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat ",
"outputFormat": "org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat",
"serde": "org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe",
"extra": "{\"mapkey.delim\":\":\",\"collection.delim\":\",\",\"serialization.format\":\"|\",\"field.delim\":\"|\"} ",
"partitions": 100,
"partitionsDoing": 20,
"partitionsDone": 60,
"partitionsFailed": 40,
"sourceId": 2000028,
"sourceName": "demo ",
"size": 2985028,
"numRows": 232323,
"updated": true,
"lastDdlTime": "2024-12-17 15:44:42\n",
"status": "DONE"
}
],
"pageNum": 1,
"pageSize": 20
}
}
錯誤碼
訪問錯誤中心查看更多錯誤碼。