GetMetaTablePartition_大数据开发治理平台 DataWorks_API文档

插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

接口说明

仅支持获取 MaxCompute 和 EMR 两种引擎表的分区列表。 对于 EMR 引擎,仅支持采用数据湖构建(Data Lake Formation)管理元数据的新版本数据湖集群和集群版本小于 3.41.0 或 5.7.0 的 Hadoop 集群。

流控信息

当前云产品API请求速率暂未透出。

授权信息

如下是此API对应的授权信息,用于RAM权限策略语句的Action元素中,为RAM用户或RAM角色授予调用此API的权限。请通过 RAM 访问控制设置,使用方法可参考访问控制帮助文档

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
dataworks:*
Get
全部资源
*

请求参数

字段名称字段详情
PageNumberinteger<int32>

请求的数据页数,用于翻页。

示例值:1
PageSizeinteger<int32>

每页显示的条数,默认为 10 条,最大 100 条。

示例值:10
TableGuidstring

表的唯一标识。

示例值:odps.engine_name.table_name参考取值来源:
    GetMetaDBTableList
ClusterIdstring

EMR 集群的 ID,仅当数据类型为 EMR 时,需要配置该参数。展开详情

示例值:abc参考取值来源:
    ListClusters
DatabaseNamestring

数据库的名称。仅当数据类型为 EMR 时,需要配置该参数。展开详情

示例值:abc
TableNamestring

EMR 的表名称。仅当数据类型为 EMR 时,需要配置该参数。展开详情

示例值:abc参考取值来源:
    CreateTable
    SearchMetaTables
    ListTables
    GetMetaDBTableList
DataSourceTypestring

数据类型,支持 ODPS 或者 EMR。

示例值:emr参考取值来源:
    CreateDataSource
    ExportDataSources
    ListDataSources
SortCriterionobject

表分区的排序逻辑。

返回参数

字段名称字段详情
HttpStatusCodeinteger<int32>

HTTP 状态码。

示例值:200
ErrorMessagestring

错误信息。

示例值:The connection does not exist.
RequestIdstring

请求 ID。

示例值:0bc1ec92159376
Successboolean

请求是否成功。

示例值:true
ErrorCodestring

错误码。

示例值:Invalid.Tenant.ConnectionNotExists
Dataobject

业务数据。

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
InvalidParameter.Meta.CommonError
The specified parameter is invalid.诊断
400
InvalidParameter.Meta.Illegal
The app guid parameter is invalid.诊断
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.诊断
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.诊断
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.诊断

变更历史

变更时间变更内容概要操作
2024-02-22
变更错误码400
变更错误码500
2022-08-11
新增请求参数SortCriterion

相关示例