GetLineageRelationship
Retrieve data lineage relationships in Alibaba Cloud DataWorks using this tool. Input a lineage ID to map and analyze dependencies within your data workflows.
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" }