Queries the field information of a metatable.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | GetMetaTableColumn |
The operation that you want to perform. Set the value to GetMetaTableColumn. |
TableGuid | String | Yes | odps.engine_name.table_name |
The GUID of the metatable. You can call the GetMetaDBTableList operation to query the GUID of the metatable. |
RegionId | String | Yes | cn-shanghai |
The region ID. For example, the ID of the China (Shanghai) region is cn-shanghai, and that of the China (Zhangjiakou) region is cn-zhangjiakou. The system determines the value of this parameter based on the endpoint that is used to call the operation. |
PageNum | Integer | No | 1 |
The number of the page to return. |
PageSize | Integer | No | 10 |
The number of entries to return on each page. Default value: 10. Maximum value: 100. |
ClusterId | String | No | C-010A704DA760**** |
The ID of the E-MapReduce (EMR) cluster. You can log on to the EMR console to obtain the ID. |
DatabaseName | String | No | abc |
The name of the metadatabase of the EMR cluster. You can call the ListMetaDB operation to query the name. |
TableName | String | No | abc |
The name of the metatable in the EMR cluster. You can call the GetMetaDBTableList operation to query the name. |
DataSourceType | String | No | emr |
The type of the data source. Only emr is supported. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
HttpStatusCode | Integer | 200 |
The HTTP status code. |
ErrorMessage | String | The connection does not exist. |
The error message. |
RequestId | String | 0bc1ec92159376 |
The ID of the request. You can locate logs and troubleshoot issues based on the ID. |
Success | Boolean | true |
Indicates whether the request is successful. |
ErrorCode | String | Invalid.Tenant.ConnectionNotExists |
The error code. |
Data | Object |
The business data. |
|
PageNum | Integer | 1 |
The page number of the returned page. |
PageSize | Integer | 10 |
The number of entries returned per page. Default value: 10. Maximum value: 100. |
TotalCount | Long | 100 |
The total number of fields. |
ColumnList | Array of ColumnList |
The information of fields. |
|
ColumnGuid | String | odps.engine_name.table_name.name |
The GUID of the field. |
ColumnName | String | name |
The name of the field. |
IsPartitionColumn | Boolean | false |
Indicates whether the field is a partition field. Valid values:
|
Comment | String | comment |
The remarks of the field. |
ColumnType | String | string |
The data type of the field. |
IsPrimaryKey | Boolean | false |
Indicates whether the field is the primary key. Valid values:
|
Position | Integer | 1 |
The ordinal number of the field. |
Caption | String | data column |
The description of the field. |
IsForeignKey | Boolean | true |
Indicates whether the field is a foreign key. Valid values:
|
RelationCount | Long | 2 |
The number of times the field is read. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=GetMetaTableColumn
&TableGuid=odps.engine_name.table_name
&PageNum=1
&PageSize=10
&ClusterId=C-010A704DA760****
&DatabaseName=abc
&TableName=abc
&DataSourceType=emr
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<GetMetaTableColumnResponse>
<HttpStatusCode>200</HttpStatusCode>
<ErrorMessage>The connection does not exist.</ErrorMessage>
<RequestId>0bc1ec92159376</RequestId>
<Success>true</Success>
<ErrorCode>Invalid.Tenant.ConnectionNotExists</ErrorCode>
<Data>
<PageNum>1</PageNum>
<PageSize>10</PageSize>
<TotalCount>100</TotalCount>
<ColumnList>
<ColumnGuid>odps.engine_name.table_name.name</ColumnGuid>
<ColumnName>name</ColumnName>
<IsPartitionColumn>false</IsPartitionColumn>
<Comment>comment </Comment>
<ColumnType>string</ColumnType>
<IsPrimaryKey>false</IsPrimaryKey>
<Position>1</Position>
<Caption>data column</Caption>
<IsForeignKey>true</IsForeignKey>
<RelationCount>2</RelationCount>
</ColumnList>
</Data>
</GetMetaTableColumnResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"HttpStatusCode" : 200,
"ErrorMessage" : "The connection does not exist.",
"RequestId" : "0bc1ec92159376",
"Success" : true,
"ErrorCode" : "Invalid.Tenant.ConnectionNotExists",
"Data" : {
"PageNum" : 1,
"PageSize" : 10,
"TotalCount" : 100,
"ColumnList" : {
"ColumnGuid" : "odps.engine_name.table_name.name",
"ColumnName" : "name",
"IsPartitionColumn" : false,
"Comment" : "comment",
"ColumnType" : "string",
"IsPrimaryKey" : false,
"Position" : 1,
"Caption" : "data column",
"IsForeignKey" : true,
"RelationCount" : 2
}
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InvalidParameter.Meta.CommonError | The specified parameter is invalid. | The error message returned because the values specified for one or more request parameters are invalid. |
400 | InvalidParameter.Meta.GuidFormat | The GUID format is invalid. | The error message returned because the GUID format is invalid. |
400 | InvalidParameter.Meta.Illegal | The app guid parameter is invalid. | The error message returned because the values specified for one or more parameters of the application are invalid. |
400 | InvalidParameter.Meta.IllegalDate | The date format is invalid. | The error message returned because the date format is invalid. |
400 | InvalidParameter.Meta.IllegalPageError | The parameter for paging is invalid. | The error message returned because the value of the parameter for paging is invalid. |
400 | InvalidParameter.Meta.NotExist | The object does not exist. | The error message returned because the object you query does not exist. |
400 | InternalError.UserId.Missing | An internal system error occurred. Try again later. | The error message returned because an internal error has occurred. Try again later. |
400 | InternalError.Meta.NoCalcEngine | An error occurred while retrieving the compute engine based on the MaxCompute project. | The error message returned because the system has failed to obtain the compute engine instance based on the specified MaxCompute project. |
403 | Forbidden.Meta.NoTenant | The user is not the owner of any tenants. | The error message returned because the current user is not a tenant owner. |
403 | Forbidden.Access | Access is forbidden. Please first activate DataWorks Enterprise Edition or Flagship Edition. | The error message returned because you are not allowed to perform this operation. Activate DataWorks Enterprise Edition or DataWorks Ultimate Edition. |
429 | Throttling.Api | The request for this resource has exceeded your available limit. | The error message returned because the number of requests for the resource has exceeded the upper limit. |
429 | Throttling.Api.Risk | The request for this resource has exceeded your daily available limit. | The error message returned because the number of requests per day for the resource has exceeded the upper limit. |
429 | Throttling.System | The DataWorks system is busy. Try again later. | The error message returned because the DataWorks system is busy. Try again later. |
429 | Throttling.User | Your request is too frequent. Try again later. | The error message returned because excessive requests have been submitted within a short period of time. Try again later. |
500 | InternalError.System | An internal system error occurred. Try again later. | The error message returned because an internal error has occurred. Try again later. |
500 | InternalError.Meta.TenantTimeOut | Failed to connect to the interface network. | The error message returned because the network cannot be connected. |
500 | InternalError.Meta.Unknown | An unknown error occurred while processing your request. | The error message returned because an unknown error has occurred. |
For a list of error codes, visit the API Error Center.
For more information about the example on how to use the GetMetaTableColumn operation, see Examples of DataWorks API operations.