mit einem Klick
check-session
// Check whether dbt artifacts exist, are fresh, and which readiness level applies. Use as a gate before manifest- or run_results-based analysis.
// Check whether dbt artifacts exist, are fresh, and which readiness level applies. Use as a gate before manifest- or run_results-based analysis.
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.
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.
Filter and sort run_results node executions by status, time, and warehouse metrics. Use for post-run triage and slow-node investigation.
| name | check-session |
| description | Check whether dbt artifacts exist, are fresh, and which readiness level applies. Use as a gate before manifest- or run_results-based analysis. |
| compatibility | dbt-tools on PATH; artifact root bound via bind-target. |
Handle: dbt-tools-cli:check-session
bind-target)full, manifest-only, unavailable), artifact paths, ages, summary linebind-target applied for this sessionquery-executions)dbt run (use refresh-snapshot)See references/implementation.md and references/readiness.md.