Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changes/unreleased/Under the Hood-20260514-151517.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: Under the Hood
body: Add in-memory DuckDB artifact store with extraction layer for structured artifact querying
time: 2026-05-14T15:15:17.615904-07:00
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ dependencies = [
"filelock~=3.20.3",
"starlette~=0.50.0",
"dbt-artifacts-parser>=0.13.2",
"duckdb>=1.5.2",
]
[tool.uv]
exclude-newer = "7 days"
Expand Down
Loading
Loading