Updates the business metadata of a column in a table in Data Map. Only the business description of a column can be updated.
Operation description
-
DataWorks Basic Edition or a higher edition is required.
-
Only the maxcompute, hms, and dlf types are supported.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Id |
string |
Yes |
The field ID. You can refer to the response from the ListColumns operation. You can also refer to the Concepts related to metadata entities. |
maxcompute-column:::project_name:[schema_name]:table_name:column_name |
| Description |
string |
No |
The field business description. |
test description |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| RequestId |
string |
The request ID. |
D1E2E5BC-xxxx-xxxx-xxxx-xxxxxx |
| Success |
boolean |
Indicates whether the request was successful. |
true |
Examples
Success response
JSON format
{
"RequestId": "D1E2E5BC-xxxx-xxxx-xxxx-xxxxxx",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.