DeleteLineageRelationship
Remove lineage relationships in DataWorks MCP Server by specifying the relationship ID to manage and clean up data lineage dependencies efficiently.
Instructions
删除数据地图血缘关系
Input Schema
Name | Required | Description | Default |
---|---|---|---|
Id | Yes | 血缘关系ID |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"Id": {
"description": "血缘关系ID",
"type": "string"
}
},
"required": [
"Id"
],
"type": "object"
}