CreateLineageRelationship
Establish lineage relationships between source and target entities in DataWorks MCP Server, enabling structured task management and data flow visualization.
Instructions
注册数据地图血缘关系
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| DstEntity | No | 目标实体 | |
| SrcEntity | No | 源实体 | |
| Task | No | 任务信息。 |
Input Schema (JSON Schema)
{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "DstEntity": { "description": "目标实体" }, "SrcEntity": { "description": "源实体" }, "Task": { "description": "任务信息。" } }, "type": "object" }