ワンクリックで
refresh-snapshot
Reload in-memory artifacts after dbt run or a known artifact change. Use on the same target without restarting MCP.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Reload in-memory artifacts after dbt run or a known artifact change. Use on the same target without restarting MCP.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | refresh-snapshot |
| description | Reload in-memory artifacts after dbt run or a known artifact change. Use on the same target without restarting MCP. |
| compatibility | dbt-tools MCP server enabled; bind-target already succeeded. |
Handle: dbt-tools-mcp:refresh-snapshot
versionToken may change; stale cleared on successdbt_tools_refresh has loaded or updated the in-memory snapshot for the bound target (stale cleared on success)bind-target succeeded for this targetdbt_tools_clear_cached_targets, call dbt_tools_refresh (or dbt_tools_set_target / an analysis tool) to reload artifacts into memorybind-target)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.
Return metadata and context for one dbt resource by unique_id. Use when explaining what a model, source, or test does.
Find dbt resources by name, type, tag, package, or path. Use to resolve unique_id before describe-resource, trace-dependencies, or query-executions.