Commit ed6d9c3
committed
Add ArtifactStore and extraction layer for in-memory artifact search
Introduces DuckDB-backed store, row extractors for all 4 artifact types
(manifest, catalog, run_results, sources), table DDL definitions, and
error hierarchy for the ARTIFACT_SEARCH toolset (PR 2 of 3).1 parent 11951fd commit ed6d9c3
11 files changed
Lines changed: 1867 additions & 21 deletions
File tree
- .changes/unreleased
- src/dbt_mcp
- dbt_admin/run_artifacts
- errors
- tests/unit/dbt_admin/run_artifacts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
0 commit comments