mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
feat(cli): add 'skip context sources' option to database setup menu
After databases are configured, the post-setup menu now offers a 'Skip context sources' choice equivalent to passing --skip-sources, which plumbs through KtxSetupDatabasesResult.skipSources to bypass the context-source step in the same run.
This commit is contained in:
parent
394a985d2a
commit
556d9eff5a
5 changed files with 137 additions and 4 deletions
|
|
@ -136,6 +136,10 @@ Enabling query history makes deep ingest readiness matter for later
|
|||
|
||||
### Context Sources
|
||||
|
||||
In interactive setup, after you configure a database, choose
|
||||
**Skip context sources** to leave optional context-source setup complete with no
|
||||
sources. This is equivalent to passing `--skip-sources` in scripted setup.
|
||||
|
||||
| Flag | Description |
|
||||
|------|-------------|
|
||||
| `--source <type>` | Context-source connector type: `dbt`, `metricflow`, `metabase`, `looker`, `lookml`, or `notion` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue