ListCatalogs
Retrieve and manage data catalog listings by querying parent entity ID, filtering by type, name, or comment, and sorting or paginating results for streamlined data organization.
Instructions
查询数据地图数据目录列表
Input Schema
Name | Required | Description | Default |
---|---|---|---|
Comment | No | 注释,分词匹配 | |
Name | No | 名称,模糊匹配 | |
Order | No | 排序方向,默认为Asc,枚举值,当前支持-Asc升序-Desc降序 | |
PageNumber | No | 分页页码,默认为1 | |
PageSize | No | 分页大小,默认为10,最大为100 | |
ParentMetaEntityId | Yes | 父层级实体ID,可参考[元数据实体相关概念说明](~~2880092~~)。当前支持dlf与starrocks类型。-对于dlf类型,当前仅支持dlf1.0,其实体ID为dlf-对于starrocks类型,其实体ID格式为`starrocks:${实例ID或URL转义后的JDBC连接串}` | |
SortBy | No | 排序字段,默认为CreateTime,枚举值,当前支持-CreateTime创建时间-ModifyTime修改时间-Name名称-Type类型 | |
Types | No | 类型,精确匹配,为空时查询所有类型 |