ListLineages
Generate and retrieve entity lineage lists within DataWorks MCP Server to trace and visualize relationships between data sources and destinations, supporting sorting, filtering, and pagination for efficient data mapping.
Instructions
查询数据地图实体血缘列表
Input Schema
Name | Required | Description | Default |
---|---|---|---|
DstEntityId | No | 目标实体ID | |
DstEntityName | No | 目标实体名称,模糊匹配 | |
NeedAttachRelationship | No | 是否返回血缘关系信息 | |
Order | No | 排序方向,默认为Asc,枚举值,当前支持-Asc升序-Desc降序 | |
PageNumber | No | 分页页码,默认为1 | |
PageSize | No | 分页大小,默认为10,最大为100 | |
SortBy | No | 排序字段,默认为Name | |
SrcEntityId | No | 源实体ID | |
SrcEntityName | No | 源实体名称,模糊匹配 |