Domain name for API request: wedata.tencentcloudapi.com.
List Field Lineage Information
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DescribeColumnLineage. |
Version | Yes | String | Common Params. The value used for this API: 2021-08-20. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
Direction | Yes | String | Query Direction, INPUT, OUTPUT, BOTH enumerated values |
Data | Yes | ColumnLineageInfo | Field Information |
InputDepth | No | Integer | Single Query Indegree |
OutputDepth | No | Integer | Single Query Outdegree |
ExtParams.N | No | Array of RecordField | Additional Parameters (Pass Caller Information) |
IgnoreTemp | No | Boolean | Filter Temporary Tables with the default value true |
Parameter Name | Type | Description |
---|---|---|
ColumnAggregationLineage | ColumnAggregationLineage | Field lineage information Note: This field may return null, indicating that no valid value can be obtained. |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
List Table Lineage Information
POST / HTTP/1.1
Host: wedata.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeColumnLineage
<Common request parameters>
{
"Direction": "xx",
"InputDepth": 0,
"ExtParams": [
{
"Name": "xx",
"Value": "xx"
}
],
"OutputDepth": 0,
"IgnoreTemp": true,
"Data": {
"ParentId": "xx",
"Params": "xx",
"MetastoreType": "xx",
"RelationParams": "xx",
"QualifiedName": "xx",
"Description": "xx",
"TableName": "xx",
"ColumnNameCn": "xx",
"ParentSet": "xx",
"ChildSet": "xx",
"ColumnType": "xx",
"UpStreamCount": 0,
"PrefixPath": "xx",
"DatasourceId": "xx",
"ModifyTime": "xx",
"MetastoreTypeName": "xx",
"Tasks": [
"xx"
],
"DownStreamCount": 0,
"ExtParams": [
{
"Name": "xx",
"Value": "xx"
}
],
"Id": "xx",
"ColumnName": "xx",
"TableId": "xx",
"CreateTime": "xx"
}
}
{
"Response": {
"RequestId": "xx",
"ColumnAggregationLineage": {
"ChildSet": "xx",
"ParentSet": "xx",
"ParentId": "xx",
"TableName": "xx",
"MetastoreType": "xx",
"ColumnInfoSet": [
{
"QualifiedName": "xx",
"Tasks": [
"xx"
],
"ColumnType": "xx",
"Description": "xx",
"DownStreamCount": 0,
"UpStreamCount": 0,
"CreateTime": "xx",
"ColumnName": "xx",
"PrefixPath": "xx",
"Params": "xx",
"ModifyTime": "xx",
"RelationParams": "xx",
"ColumnNameCn": "xx",
"Id": "xx",
"DatasourceId": "xx"
}
]
}
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
AuthFailure | CAM Signature/Authentication Error. |
AuthFailure.SignatureExpire | Not logged in or login has expired. |
FailedOperation | Operation Failure. |
InvalidParameter | Parameter error. |
ResourceNotFound | The resource does not exist. |
Was this page helpful?