ListLineageRelationships
Analyze and track data lineage relationships in Alibaba Cloud DataWorks by querying source and target entities, sorting results, and filtering by entity names for precise data mapping insights.
Instructions
查询数据地图血缘关系列表
Input Schema
Name | Required | Description | Default |
---|---|---|---|
DstEntityId | Yes | 目标实体ID | |
DstEntityName | No | 目标实体名称,模糊匹配 | |
Order | No | 排序方向,默认为Asc,枚举值,当前支持-Asc升序-Desc降序 | |
PageNumber | No | 分页页码,默认为1 | |
PageSize | No | 分页大小,默认为10,最大为100 | |
SortBy | No | 排序字段,默认为Name | |
SrcEntityId | Yes | 源实体ID | |
SrcEntityName | No | 源实体名称,模糊匹配 |