mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
* feat: rename project wiki directory * test: fix wiki skill ordering expectations * Show configured context sources in setup
58 lines
1.2 KiB
JSON
58 lines
1.2 KiB
JSON
{
|
|
"demoAssetSchemaVersion": 2,
|
|
"name": "orbit",
|
|
"displayName": "Orbit Demo",
|
|
"mode": "seeded",
|
|
"sqliteDatabase": "demo.db",
|
|
"replay": "replay.memory-flow.v1.json",
|
|
"report": "reports/seeded-demo-report.json",
|
|
"source": "packaged-orbit-demo",
|
|
"sources": {
|
|
"warehouse": {
|
|
"label": "Warehouse",
|
|
"path": "demo.db",
|
|
"tables": 8,
|
|
"rowCounts": {
|
|
"accounts": 210,
|
|
"contracts": 320,
|
|
"users": 1260,
|
|
"invoices": 3000,
|
|
"arr_movements": 720,
|
|
"support_tickets": 520,
|
|
"purchase_requests": 5200,
|
|
"plans": 4
|
|
}
|
|
},
|
|
"dbt": {
|
|
"label": "dbt",
|
|
"path": "raw-sources/dbt",
|
|
"models": 3,
|
|
"sourceTables": 8
|
|
},
|
|
"bi": {
|
|
"label": "BI",
|
|
"path": "raw-sources/bi",
|
|
"explores": 5,
|
|
"dashboards": 2
|
|
},
|
|
"notion": {
|
|
"label": "Notion",
|
|
"path": "raw-sources/notion",
|
|
"pages": 8
|
|
}
|
|
},
|
|
"generated": {
|
|
"semanticLayer": {
|
|
"path": "semantic-layer",
|
|
"sourceCount": 46
|
|
},
|
|
"knowledge": {
|
|
"path": "wiki/global",
|
|
"pageCount": 28
|
|
},
|
|
"links": {
|
|
"path": "links",
|
|
"linkCount": 23
|
|
}
|
|
}
|
|
}
|