ktx/packages/context
Andrey Avtomonov 3e12a9fef4 fix(context): merge overlay columns onto manifest columns by name
composeOverlay was appending overlay columns to the manifest column list,
producing duplicate entries when dbt/metabase overlays declared a column
just to attach descriptions. The duplicates carried no `type`, so the
pydantic SourceDefinition rejected them at semantic-query time and broke
`ktx sl query` for every overlay-backed measure. Now overlay columns
match base columns by name (case-insensitive): same-name entries merge
onto the manifest (overlay fields win, type/role fall back to the base,
descriptions merge per source key) and only new names append.
2026-05-14 17:23:37 +02:00
..
prompts fix: align KTX agent tools and repair handling (#73) 2026-05-14 00:57:51 +02:00
scripts rename klo to ktx 2026-05-10 23:51:24 +02:00
skills fix: align KTX agent tools and repair handling (#73) 2026-05-14 00:57:51 +02:00
src fix(context): merge overlay columns onto manifest columns by name 2026-05-14 17:23:37 +02:00
test/fixtures refactor: remove legacy compatibility paths (#64) 2026-05-13 15:55:00 +02:00
package.json ci: add codecov coverage reporting (#82) 2026-05-14 01:13:31 +02:00
tsconfig.json Initial open-source release 2026-05-10 23:12:26 +02:00
vitest.config.ts Initial open-source release 2026-05-10 23:12:26 +02:00