mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-22 08:38:08 +02:00
* refactor(context): export and describe mapping shape schemas * feat(context): add driver-schemas module with warehouse drivers * feat(context): add metabase, looker, lookml driver schemas with mappings * feat(context): add notion, dbt, metricflow driver schemas * refactor(context): make connectionSchema a driver-discriminated union * chore(context): re-export KtxConnectionConfig from project package * docs(context): add connection driver schema plan * chore(secrets): allowlist example credentials in driver-schemas fixtures * test(cli): align metabase fixtures with required api_url field The driver-discriminated union added in this branch now requires api_url for metabase connections and a known driver for warehouses. Update slow CLI test fixtures and assertions so they exercise the new schema: - ingest.test-utils.ts: add api_url to the prod-metabase fixture. - setup.test.ts: switch metabase fixture from 'url' to 'api_url'. - local-scan-connectors.test.ts: invalid-driver/missing-driver tests now expect the schema error from loadKtxProject (parse-time rejection). |
||
|---|---|---|
| .. | ||
| adapters | ||
| clustering | ||
| context-candidates | ||
| context-evidence | ||
| dbt-shared | ||
| memory-flow | ||
| page-triage | ||
| stages | ||
| tools | ||
| action-identity.test.ts | ||
| action-identity.ts | ||
| canonical-pins.test.ts | ||
| canonical-pins.ts | ||
| diff-set.service.test.ts | ||
| diff-set.service.ts | ||
| git-env.ts | ||
| index.ts | ||
| ingest-bundle.runner.test.ts | ||
| ingest-bundle.runner.ts | ||
| ingest-prompts.test.ts | ||
| ingest-runtime-assets.test.ts | ||
| local-adapters.test.ts | ||
| local-adapters.ts | ||
| local-bundle-ingest.test.ts | ||
| local-bundle-runtime.test.ts | ||
| local-bundle-runtime.ts | ||
| local-embedding-provider.integration.test.ts | ||
| local-ingest.ts | ||
| local-mapping-reconcile.test.ts | ||
| local-mapping-reconcile.ts | ||
| local-metabase-ingest.test.ts | ||
| local-stage-ingest.test.ts | ||
| local-stage-ingest.ts | ||
| metabase-mapping.ts | ||
| parsed-target-table.ts | ||
| ports.ts | ||
| raw-sources-paths.test.ts | ||
| raw-sources-paths.ts | ||
| repo-fetch.test.ts | ||
| repo-fetch.ts | ||
| report-snapshot.test.ts | ||
| report-snapshot.ts | ||
| reports.ts | ||
| source-adapter-registry.test.ts | ||
| source-adapter-registry.ts | ||
| sqlite-bundle-ingest-store.test.ts | ||
| sqlite-bundle-ingest-store.ts | ||
| sqlite-local-ingest-store.test.ts | ||
| sqlite-local-ingest-store.ts | ||
| types.ts | ||
| wiki-sl-ref-repair.test.ts | ||
| wiki-sl-ref-repair.ts | ||