Skip to content

docs: add DuckDB support design for Spider2 DBT#129

Open
andreybavt wants to merge 15 commits into
trace-total-arr-centsfrom
andreybavt/spider2-dbt-benchmark
Open

docs: add DuckDB support design for Spider2 DBT#129
andreybavt wants to merge 15 commits into
trace-total-arr-centsfrom
andreybavt/spider2-dbt-benchmark

Conversation

@andreybavt
Copy link
Copy Markdown
Contributor

Adds a Spider2-DBT benchmark handoff describing the current experiment, orchestrator flow, pilot results, and why DuckDB context is the next blocker. Adds the approved DuckDB support design covering connector scope, CLI/MCP/semantic-layer execution, sqlglot handling, safety constraints, tests, and docs. This is documentation-only; validation ran through git diff --check and the commit hooks, including dead-code, Knip, and detect-secrets.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ktx-docs-site Ready Ready Preview, Comment May 18, 2026 9:21pm

Request Review

…lect

description-generation extracted sampleTable/sampleColumn as bare locals and
called them without `this`, crashing every class-based connector with
"Cannot read properties of undefined (reading 'assertConnection')" during
deep ingest. Binding restores method context.

relationship-profiling fell back to SQLite-flavored GROUP_CONCAT for any
driver without an explicit branch, breaking DuckDB statistical validation
with a parser error and stranding all proposals in review. Added a duckdb
branch using STRING_AGG/CHR(31).
@andreybavt andreybavt added enhancement New feature or request area:connectors packages/connector-* and packages/cli/src/context/ingest/adapters/* area:context packages/cli/src/context area:cli packages/cli area:docs docs-site/, README.md labels May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:cli packages/cli area:connectors packages/connector-* and packages/cli/src/context/ingest/adapters/* area:context packages/cli/src/context area:docs docs-site/, README.md enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant