一键导入
describe-resource
Return metadata and context for one dbt resource by unique_id. Use when explaining what a model, source, or test does.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Return metadata and context for one dbt resource by unique_id. Use when explaining what a model, source, or test does.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | describe-resource |
| description | Return metadata and context for one dbt resource by unique_id. Use when explaining what a model, source, or test does. |
| compatibility | dbt-tools on PATH; unique_id from find-resources when not already known. |
Handle: dbt-tools-cli:describe-resource
unique_idbind-targetcheck-session — manifest presentunique_id resolved via find-resources if neededtrace-dependencies with downstream)Reload in-memory artifacts after dbt run or a known artifact change. Use on the same target without restarting MCP.
Establish the dbt artifact root for this session (local path, s3://, or gs://). Use before any other dbt-tools analysis primitive.
Check MCP session state—target, load time, stale flag, runs, warehouse type. Use as a gate before analysis primitives.
Establish the dbt artifact root for this session (local path, s3://, or gs://). Use before any other dbt-tools analysis primitive.
Check whether dbt artifacts exist, are fresh, and which readiness level applies. Use as a gate before manifest- or run_results-based analysis.
Find dbt resources by name, type, tag, package, or path. Use to resolve unique_id before describe-resource, trace-dependencies, or query-executions.