ktx/docs-site/content/docs
Andrey Avtomonov 70f47e8b54 feat(setup): drop redundant Snowflake schema prompt; fall back to free-text on listSchemas failure
Snowflake setup previously asked for a single schema as free text, then
ran a multiselect against the discovered schemas — two schema questions
back-to-back, with the first being only a session bootstrap. The SDK's
`schema` is optional, so the bootstrap step is unnecessary.

- Remove the free-text Snowflake schema prompt; only pass `schema` to
  snowflake-sdk when one is configured.
- When `listSchemas()` fails (e.g. role lacks SHOW SCHEMAS), prompt the
  user for a comma-separated list, persist it as `schema_names`, and use
  it as both the table-list filter and the multiselect default. Applies
  to every driver with a scope-discovery spec, not just Snowflake.
- Update docs to lead with `schema_names`; keep `schema_name` as a
  documented single-schema shorthand.
2026-05-22 11:32:10 +02:00
..
ai-resources docs: standardize ktx naming (#187) 2026-05-20 17:33:38 +02:00
cli-reference feat(cli): add --fast flag and Local data section to ktx status (#198) 2026-05-21 14:13:03 +02:00
community chore(workspace): gate dead-code with knip production mode (#196) 2026-05-21 15:28:58 +02:00
concepts docs: rewrite context-as-code as reviewing-context guide (#201) 2026-05-21 15:42:50 +02:00
configuration docs: add ktx.yaml configuration reference (#200) 2026-05-21 15:29:20 +02:00
getting-started docs(quickstart): redesign demo-warehouse callout with sticker icons (#202) 2026-05-21 16:04:58 +02:00
guides docs: rewrite context-as-code as reviewing-context guide (#201) 2026-05-21 15:42:50 +02:00
integrations feat(setup): drop redundant Snowflake schema prompt; fall back to free-text on listSchemas failure 2026-05-22 11:32:10 +02:00
meta.json docs: add ktx.yaml configuration reference (#200) 2026-05-21 15:29:20 +02:00