全部產品
Search
文件中心

DataWorks:GetMetaTablePartition - 擷取表的分區列表

更新時間:Jan 23, 2026

該介面用於擷取表的分區列表。

介面說明

僅支援擷取 MaxCompute 和 EMR 兩種引擎表的分區列表。 對於 EMR 引擎,僅支援採用資料湖構建(Data Lake Formation)管理中繼資料的新版本資料湖叢集和叢集版本小於 3.41.0 或 5.7.0 的 Hadoop 叢集。

調試

您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。

調試

授權資訊

下表是API對應的授權資訊,可以在RAM權限原則語句的Action元素中使用,用來給RAM使用者或RAM角色授予調用此API的許可權。具體說明如下:

  • 操作:是指具體的許可權點。

  • 存取層級:是指每個操作的存取層級,取值為寫入(Write)、讀取(Read)或列出(List)。

  • 資源類型:是指操作中支援授權的資源類型。具體說明如下:

    • 對於必選的資源類型,用前面加 * 表示。

    • 對於不支援資源級授權的操作,用全部資源表示。

  • 條件關鍵字:是指雲產品自身定義的條件關鍵字。

  • 關聯操作:是指成功執行操作所需要的其他許可權。操作者必須同時具備關聯操作的許可權,操作才能成功。

操作

存取層級

資源類型

條件關鍵字

關聯操作

dataworks:*

get

*全部資源

*

請求參數

名稱

類型

必填

描述

樣本值

PageNumber

integer

請求的資料頁數,用於翻頁。

1

PageSize

integer

每頁顯示的條數,預設為 10 條,最大 100 條。

10

TableGuid

string

表的唯一標識。

odps.engine_name.table_name

ClusterId

string

EMR 叢集的 ID,僅當資料類型為 EMR 時,需要配置該參數。

您可以登入 EMR 的控制台,擷取叢集 ID。

abc

DatabaseName

string

資料庫的名稱。僅當資料類型為 EMR 時,需要配置該參數。

您可以調用 ListMetaDB 介面擷取。

abc

TableName

string

EMR 的表名稱。僅當資料類型為 EMR 時,需要配置該參數。

您可以通過調用 GetMetaDBTableList 介面,擷取表名稱。

abc

DataSourceType

string

資料類型,支援 ODPS 或者 EMR。

emr

SortCriterion

object

表分區的排序邏輯。

SortField

string

表分區的排序欄位。您可通過 name、modify_time 排序。 預設按照表分區的建立時間排序。

name

Order

string

表分區的排序次序,支援使用 asc、desc 方式排序。預設使用 desc。

desc

返回參數

名稱

類型

描述

樣本值

object

返回的資料結構。

HttpStatusCode

integer

HTTP 狀態代碼。

200

ErrorMessage

string

錯誤資訊。

The connection does not exist.

RequestId

string

請求 ID。

0bc1ec92159376

Success

boolean

請求是否成功。

true

ErrorCode

string

錯誤碼。

Invalid.Tenant.ConnectionNotExists

Data

object

業務資料。

PageNumber

integer

請求的資料頁數,用於翻頁。

1

PageSize

integer

每頁顯示的條數,預設為 10 條,最大 100 條。

10

TotalCount

integer

分區的總數。

100

DataEntityList

array<object>

執行個體列表。

object

資料的結構。

PartitionPath

string

分區的目錄。

abc

DataSize

integer

分區的大小,單位為 Byte。

19

PartitionName

string

分區的名稱。

pt=20170614

Comment

string

備忘資訊。

備忘

ModifiedTime

integer

修改分區的時間,單位為毫秒。

1590032868000

CreateTime

integer

建立分區的時間,單位為毫秒。

1590032868000

RecordCount

integer

分區的資料量。

233

PartitionType

string

分區的類型。

abc

PartitionGuid

string

分區的唯一標識。

odps.engine_name.table_name.pt=20170614

PartitionLocation

string

Hive 分區的地址。

abc

TableGuid

string

表的唯一標識。

odps.engine_name.table_name

樣本

正常返回樣本

JSON格式

{
  "HttpStatusCode": 200,
  "ErrorMessage": "The connection does not exist.",
  "RequestId": "0bc1ec92159376",
  "Success": true,
  "ErrorCode": "Invalid.Tenant.ConnectionNotExists",
  "Data": {
    "PageNumber": 1,
    "PageSize": 10,
    "TotalCount": 100,
    "DataEntityList": [
      {
        "PartitionPath": "abc",
        "DataSize": 19,
        "PartitionName": "pt=20170614",
        "Comment": "備忘",
        "ModifiedTime": 1590032868000,
        "CreateTime": 1590032868000,
        "RecordCount": 233,
        "PartitionType": "abc",
        "PartitionGuid": "odps.engine_name.table_name.pt=20170614",
        "PartitionLocation": "abc",
        "TableGuid": "odps.engine_name.table_name"
      }
    ]
  }
}

錯誤碼

HTTP status code

錯誤碼

錯誤資訊

描述

400 InvalidParameter.Meta.CommonError The specified parameter is invalid. 請求參數錯誤。
400 InvalidParameter.Meta.Illegal The app guid parameter is invalid. App參數錯誤。
400 InvalidParameter.Meta.IllegalDate The date format is invalid. 日期格式錯誤。
400 InvalidParameter.Meta.IllegalPageError The parameter for paging is invalid. 分頁資訊錯誤。
400 InvalidParameter.Meta.NotExist The object does not exist.
400 InternalError.Meta.NoCalcEngine An error occurred while retrieving the compute engine based on the MaxCompute project. 使用者輸入的 project 不正確
500 InternalError.System An internal system error occurred. Try again later.
500 InternalError.UserId.Missing An internal system error occurred. Try again later.
500 InternalError.Meta.TenantTimeOut Failed to connect to the interface network. 介面網路不通。
500 InternalError.Meta.Unknown An unknown error occurred while processing your request. 未知錯誤。
403 Forbidden.Meta.NoTenant The user is not the owner of any tenants. 當前的使用者不是任何租戶的所有者。
403 Forbidden.Access Access is forbidden. Please first activate DataWorks Enterprise Edition or Flagship Edition. 沒有許可權,請授權
429 Throttling.Api The request for this resource has exceeded your available limit.
429 Throttling.Api.Risk The request for this resource has exceeded your daily available limit.
429 Throttling.System The DataWorks system is busy. Try again later.
429 Throttling.User Your request is too frequent. Try again later.

訪問錯誤中心查看更多錯誤碼。

變更歷史

更多資訊,參考變更詳情