GetCatalog
Retrieve detailed metadata catalog information from Alibaba Cloud DataWorks using a structured input format, enabling efficient data management and integration for AI-driven workflows.
Instructions
获取数据地图数据目录详情
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Id | Yes | ID,当前支持dlf与starrocks类型,可参考[元数据实体相关概念说明](~~2880092~~)。-对于dlf类型,当前仅支持dlf1.0,其ID格式为`dlf-catalog:${主账号ID}:${数据目录名称}`-对于starrocks类型,其ID格式为`starrocks-catalog:${实例ID或转义后的URL}:${数据目录名称}` |
Input Schema (JSON Schema)
{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "Id": { "description": "ID,当前支持dlf与starrocks类型,可参考[元数据实体相关概念说明](~~2880092~~)。-对于dlf类型,当前仅支持dlf1.0,其ID格式为`dlf-catalog:${主账号ID}:${数据目录名称}`-对于starrocks类型,其ID格式为`starrocks-catalog:${实例ID或转义后的URL}:${数据目录名称}`", "type": "string" } }, "required": [ "Id" ], "type": "object" }