@kaelio/ktx 0.0.0 → 0.1.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/assets/demo/orbit/demo.db +0 -0
- package/assets/demo/orbit/links/provenance.json +209 -0
- package/assets/demo/orbit/manifest.json +58 -0
- package/assets/demo/orbit/raw-sources/bi/account_retention.view.lkml +67 -0
- package/assets/demo/orbit/raw-sources/bi/arr_daily.view.lkml +28 -0
- package/assets/demo/orbit/raw-sources/bi/customer_health.view.lkml +50 -0
- package/assets/demo/orbit/raw-sources/bi/procurement_activity.view.lkml +46 -0
- package/assets/demo/orbit/raw-sources/bi/retention_exec_q1.dashboard.lookml +28 -0
- package/assets/demo/orbit/raw-sources/bi/revenue_daily.view.lkml +52 -0
- package/assets/demo/orbit/raw-sources/bi/revenue_exec.dashboard.lookml +28 -0
- package/assets/demo/orbit/raw-sources/dbt/dbt_project.yml +10 -0
- package/assets/demo/orbit/raw-sources/dbt/models/marts/mart_arr_daily.sql +5 -0
- package/assets/demo/orbit/raw-sources/dbt/models/marts/mart_customer_health.sql +10 -0
- package/assets/demo/orbit/raw-sources/dbt/models/marts/mart_revenue_daily.sql +8 -0
- package/assets/demo/orbit/raw-sources/dbt/schema.yml +455 -0
- package/assets/demo/orbit/raw-sources/dbt/sources.yml +48 -0
- package/assets/demo/orbit/raw-sources/notion/activation-policy-decision-record.md +49 -0
- package/assets/demo/orbit/raw-sources/notion/analyst-onboarding.md +35 -0
- package/assets/demo/orbit/raw-sources/notion/arr-and-contract-reporting-notes.md +64 -0
- package/assets/demo/orbit/raw-sources/notion/customer-health-playbook.md +55 -0
- package/assets/demo/orbit/raw-sources/notion/retention-and-nrr-definition-notes.md +58 -0
- package/assets/demo/orbit/raw-sources/notion/revenue-reporting-policy.md +64 -0
- package/assets/demo/orbit/raw-sources/notion/sales-ops-segmentation-guide.md +58 -0
- package/assets/demo/orbit/raw-sources/notion/support-escalation-runbook.md +38 -0
- package/assets/demo/orbit/raw-sources/warehouse/accounts.csv +211 -0
- package/assets/demo/orbit/raw-sources/warehouse/arr_movements.csv +721 -0
- package/assets/demo/orbit/raw-sources/warehouse/contracts.csv +321 -0
- package/assets/demo/orbit/raw-sources/warehouse/invoices.csv +3001 -0
- package/assets/demo/orbit/raw-sources/warehouse/plans.csv +5 -0
- package/assets/demo/orbit/raw-sources/warehouse/purchase_requests.csv +5201 -0
- package/assets/demo/orbit/raw-sources/warehouse/support_tickets.csv +521 -0
- package/assets/demo/orbit/raw-sources/warehouse/users.csv +1261 -0
- package/assets/demo/orbit/replay.memory-flow.v1.json +707 -0
- package/assets/demo/orbit/reports/seeded-demo-report.json +40 -0
- package/assets/demo/orbit/semantic-layer/.gitkeep +0 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/int_activation_policy_windows.yaml +27 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/int_active_contract_arr.yaml +24 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/int_customer_health_signals.yaml +25 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/int_parent_account_arr_movements.yaml +49 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/int_procurement_qualifying_actions.yaml +27 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/int_revenue_components.yaml +37 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/mart_account_activity.yaml +23 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/mart_account_segments.yaml +27 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/mart_arr_daily.yaml +20 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/mart_customer_health.yaml +30 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/mart_nrr_quarterly.yaml +22 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/mart_procurement_activity.yaml +24 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/mart_retention_movement_breakout.yaml +31 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/mart_revenue_daily.yaml +37 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/stg_account_hierarchy.yaml +25 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/stg_account_owners.yaml +33 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/stg_accounts.yaml +25 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/stg_activation_events.yaml +33 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/stg_approval_events.yaml +25 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/stg_arr_movements.yaml +29 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/stg_contract_discount_terms.yaml +25 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/stg_contracts.yaml +29 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/stg_invoice_line_items.yaml +25 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/stg_invoices.yaml +33 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/stg_plan_segment_mapping.yaml +33 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/stg_plans.yaml +17 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/stg_purchase_orders.yaml +29 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/stg_purchase_requests.yaml +29 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/stg_refunds.yaml +29 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/stg_sessions.yaml +25 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/stg_subscriptions.yaml +25 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/stg_supplier_onboarding_events.yaml +29 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/stg_suppliers.yaml +21 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/stg_support_tickets.yaml +29 -0
- package/assets/demo/orbit/semantic-layer/dbt-main/stg_users.yaml +21 -0
- package/assets/demo/orbit/semantic-layer/postgres-warehouse/_schema/orbit_analytics.yaml +1400 -0
- package/assets/demo/orbit/semantic-layer/postgres-warehouse/_schema/orbit_raw.yaml +989 -0
- package/assets/demo/orbit/semantic-layer/postgres-warehouse/large_contract_requesters.yaml +44 -0
- package/assets/demo/orbit/semantic-layer/postgres-warehouse/mart_account_activity.yaml +10 -0
- package/assets/demo/orbit/semantic-layer/postgres-warehouse/mart_account_segments.yaml +18 -0
- package/assets/demo/orbit/semantic-layer/postgres-warehouse/mart_arr_daily.yaml +10 -0
- package/assets/demo/orbit/semantic-layer/postgres-warehouse/mart_customer_health.yaml +27 -0
- package/assets/demo/orbit/semantic-layer/postgres-warehouse/mart_nrr_quarterly.yaml +19 -0
- package/assets/demo/orbit/semantic-layer/postgres-warehouse/mart_procurement_activity.yaml +13 -0
- package/assets/demo/orbit/semantic-layer/postgres-warehouse/mart_retention_movement_breakout.yaml +25 -0
- package/assets/demo/orbit/semantic-layer/postgres-warehouse/mart_revenue_daily.yaml +20 -0
- package/assets/demo/orbit/wiki/global/.gitkeep +0 -0
- package/assets/demo/orbit/wiki/global/customer-communication-policy.md +44 -0
- package/assets/demo/orbit/wiki/global/new-hire-onboarding-policy.md +47 -0
- package/assets/demo/orbit/wiki/global/orbit-activation-kpi-glossary.md +64 -0
- package/assets/demo/orbit/wiki/global/orbit-activation-policy-change-jan-2026.md +46 -0
- package/assets/demo/orbit/wiki/global/orbit-arr-contract-first-definition.md +39 -0
- package/assets/demo/orbit/wiki/global/orbit-company-overview.md +71 -0
- package/assets/demo/orbit/wiki/global/orbit-customer-health-risk-definition.md +46 -0
- package/assets/demo/orbit/wiki/global/orbit-customer-stakeholder-needs.md +42 -0
- package/assets/demo/orbit/wiki/global/orbit-customers-source.md +60 -0
- package/assets/demo/orbit/wiki/global/orbit-dbt-exposures.md +44 -0
- package/assets/demo/orbit/wiki/global/orbit-dbt-project-overview.md +54 -0
- package/assets/demo/orbit/wiki/global/orbit-how-we-work.md +75 -0
- package/assets/demo/orbit/wiki/global/orbit-known-product-gaps.md +47 -0
- package/assets/demo/orbit/wiki/global/orbit-mart-account-activity.md +49 -0
- package/assets/demo/orbit/wiki/global/orbit-mart-account-segments.md +55 -0
- package/assets/demo/orbit/wiki/global/orbit-mart-arr-daily.md +46 -0
- package/assets/demo/orbit/wiki/global/orbit-mart-nrr-quarterly.md +55 -0
- package/assets/demo/orbit/wiki/global/orbit-mart-procurement-activity.md +47 -0
- package/assets/demo/orbit/wiki/global/orbit-mart-retention-movement-breakout.md +55 -0
- package/assets/demo/orbit/wiki/global/orbit-mart-revenue-daily.md +56 -0
- package/assets/demo/orbit/wiki/global/orbit-metabase-sql-library-patterns.md +71 -0
- package/assets/demo/orbit/wiki/global/orbit-nrr-discount-expiration-treatment.md +47 -0
- package/assets/demo/orbit/wiki/global/orbit-plan-segment-normalization.md +49 -0
- package/assets/demo/orbit/wiki/global/orbit-procurement-qualifying-actions.md +46 -0
- package/assets/demo/orbit/wiki/global/orbit-product-design-principles.md +43 -0
- package/assets/demo/orbit/wiki/global/orbit-product-review-checklist.md +44 -0
- package/assets/demo/orbit/wiki/global/orbit-revenue-gross-to-net-reconciliation.md +50 -0
- package/assets/demo/orbit/wiki/global/sales-ops-cs-handoff-process.md +58 -0
- package/assets/python/kaelio_ktx-0.1.0-py3-none-any.whl +0 -0
- package/assets/python/manifest.json +11 -0
- package/dist/bin.d.ts +2 -0
- package/dist/bin.js +7 -0
- package/dist/clack.d.ts +26 -0
- package/dist/clack.js +45 -0
- package/dist/claude-code-prompt-caching.d.ts +4 -0
- package/dist/claude-code-prompt-caching.js +22 -0
- package/dist/cli-program.d.ts +53 -0
- package/dist/cli-program.js +372 -0
- package/dist/cli-program.test.d.ts +1 -0
- package/dist/cli-program.test.js +45 -0
- package/dist/cli-runtime.d.ts +46 -0
- package/dist/cli-runtime.js +44 -0
- package/dist/command-schemas.d.ts +34 -0
- package/dist/command-schemas.js +32 -0
- package/dist/command-tree.d.ts +10 -0
- package/dist/command-tree.js +41 -0
- package/dist/command-tree.test.d.ts +1 -0
- package/dist/command-tree.test.js +126 -0
- package/dist/commands/connection-commands.d.ts +3 -0
- package/dist/commands/connection-commands.js +46 -0
- package/dist/commands/ingest-commands.d.ts +9 -0
- package/dist/commands/ingest-commands.js +65 -0
- package/dist/commands/knowledge-commands.d.ts +3 -0
- package/dist/commands/knowledge-commands.js +57 -0
- package/dist/commands/mcp-commands.d.ts +3 -0
- package/dist/commands/mcp-commands.js +117 -0
- package/dist/commands/mcp-commands.test.d.ts +1 -0
- package/dist/commands/mcp-commands.test.js +47 -0
- package/dist/commands/runtime-commands.d.ts +3 -0
- package/dist/commands/runtime-commands.js +68 -0
- package/dist/commands/setup-commands.d.ts +3 -0
- package/dist/commands/setup-commands.js +347 -0
- package/dist/commands/sl-commands.d.ts +3 -0
- package/dist/commands/sl-commands.js +130 -0
- package/dist/commands/status-commands.d.ts +3 -0
- package/dist/commands/status-commands.js +47 -0
- package/dist/connection.d.ts +28 -0
- package/dist/connection.js +258 -0
- package/dist/connection.test.d.ts +1 -0
- package/dist/connection.test.js +405 -0
- package/dist/context-build-view.d.ts +106 -0
- package/dist/context-build-view.js +868 -0
- package/dist/context-build-view.test.d.ts +1 -0
- package/dist/context-build-view.test.js +927 -0
- package/dist/database-tree-picker.d.ts +24 -0
- package/dist/database-tree-picker.js +134 -0
- package/dist/database-tree-picker.test.d.ts +1 -0
- package/dist/database-tree-picker.test.js +135 -0
- package/dist/demo-assets.d.ts +17 -0
- package/dist/demo-assets.js +150 -0
- package/dist/demo-assets.test.d.ts +1 -0
- package/dist/demo-assets.test.js +95 -0
- package/dist/demo-metrics.d.ts +35 -0
- package/dist/demo-metrics.js +131 -0
- package/dist/demo-metrics.test.d.ts +1 -0
- package/dist/demo-metrics.test.js +108 -0
- package/dist/dev.d.ts +3 -0
- package/dist/dev.js +48 -0
- package/dist/dev.test.d.ts +1 -0
- package/dist/dev.test.js +169 -0
- package/dist/doctor.d.ts +72 -0
- package/dist/doctor.js +460 -0
- package/dist/doctor.test.d.ts +1 -0
- package/dist/doctor.test.js +604 -0
- package/dist/example-smoke.test.d.ts +1 -0
- package/dist/example-smoke.test.js +83 -0
- package/dist/index.d.ts +15 -0
- package/dist/index.js +12 -0
- package/dist/index.test.d.ts +1 -0
- package/dist/index.test.js +1213 -0
- package/dist/ingest-depth.d.ts +8 -0
- package/dist/ingest-depth.js +58 -0
- package/dist/ingest-query-executor.d.ts +9 -0
- package/dist/ingest-query-executor.js +30 -0
- package/dist/ingest-query-executor.test.d.ts +1 -0
- package/dist/ingest-query-executor.test.js +71 -0
- package/dist/ingest-report-file.d.ts +2 -0
- package/dist/ingest-report-file.js +20 -0
- package/dist/ingest-report-file.test.d.ts +1 -0
- package/dist/ingest-report-file.test.js +63 -0
- package/dist/ingest-viz.test.d.ts +1 -0
- package/dist/ingest-viz.test.js +691 -0
- package/dist/ingest.d.ts +64 -0
- package/dist/ingest.js +561 -0
- package/dist/ingest.test-utils.d.ts +119 -0
- package/dist/ingest.test-utils.js +625 -0
- package/dist/ingest.test.d.ts +1 -0
- package/dist/ingest.test.js +1302 -0
- package/dist/io/logger.d.ts +11 -0
- package/dist/io/logger.js +22 -0
- package/dist/io/logger.test.d.ts +1 -0
- package/dist/io/logger.test.js +55 -0
- package/dist/io/mode.d.ts +9 -0
- package/dist/io/mode.js +28 -0
- package/dist/io/mode.test.d.ts +1 -0
- package/dist/io/mode.test.js +48 -0
- package/dist/io/print-list.d.ts +42 -0
- package/dist/io/print-list.js +192 -0
- package/dist/io/print-list.test.d.ts +1 -0
- package/dist/io/print-list.test.js +275 -0
- package/dist/io/symbols.d.ts +10 -0
- package/dist/io/symbols.js +33 -0
- package/dist/knowledge.d.ts +23 -0
- package/dist/knowledge.js +86 -0
- package/dist/knowledge.test.d.ts +1 -0
- package/dist/knowledge.test.js +113 -0
- package/dist/local-adapters.d.ts +13 -0
- package/dist/local-adapters.js +295 -0
- package/dist/local-adapters.test.d.ts +1 -0
- package/dist/local-adapters.test.js +162 -0
- package/dist/local-scan-connectors.d.ts +3 -0
- package/dist/local-scan-connectors.js +54 -0
- package/dist/local-scan-connectors.test.d.ts +1 -0
- package/dist/local-scan-connectors.test.js +92 -0
- package/dist/managed-local-embeddings.d.ts +38 -0
- package/dist/managed-local-embeddings.js +49 -0
- package/dist/managed-local-embeddings.test.d.ts +1 -0
- package/dist/managed-local-embeddings.test.js +161 -0
- package/dist/managed-mcp-daemon.d.ts +73 -0
- package/dist/managed-mcp-daemon.js +183 -0
- package/dist/managed-mcp-daemon.test.d.ts +1 -0
- package/dist/managed-mcp-daemon.test.js +104 -0
- package/dist/managed-python-command.d.ts +29 -0
- package/dist/managed-python-command.js +77 -0
- package/dist/managed-python-command.test.d.ts +1 -0
- package/dist/managed-python-command.test.js +206 -0
- package/dist/managed-python-daemon.d.ts +112 -0
- package/dist/managed-python-daemon.js +585 -0
- package/dist/managed-python-daemon.test.d.ts +1 -0
- package/dist/managed-python-daemon.test.js +340 -0
- package/dist/managed-python-http.d.ts +39 -0
- package/dist/managed-python-http.js +110 -0
- package/dist/managed-python-http.test.d.ts +1 -0
- package/dist/managed-python-http.test.js +177 -0
- package/dist/managed-python-runtime.d.ts +122 -0
- package/dist/managed-python-runtime.js +313 -0
- package/dist/managed-python-runtime.test.d.ts +1 -0
- package/dist/managed-python-runtime.test.js +396 -0
- package/dist/mcp-http-server.d.ts +43 -0
- package/dist/mcp-http-server.js +270 -0
- package/dist/mcp-http-server.test.d.ts +1 -0
- package/dist/mcp-http-server.test.js +209 -0
- package/dist/memory-flow-hud.d.ts +32 -0
- package/dist/memory-flow-hud.js +219 -0
- package/dist/memory-flow-interactive.d.ts +29 -0
- package/dist/memory-flow-interactive.js +94 -0
- package/dist/memory-flow-interactive.test.d.ts +1 -0
- package/dist/memory-flow-interactive.test.js +109 -0
- package/dist/memory-flow-tui.d.ts +76 -0
- package/dist/memory-flow-tui.js +343 -0
- package/dist/memory-flow-tui.test.d.ts +1 -0
- package/dist/memory-flow-tui.test.js +247 -0
- package/dist/next-steps.d.ts +36 -0
- package/dist/next-steps.js +67 -0
- package/dist/next-steps.test.d.ts +1 -0
- package/dist/next-steps.test.js +75 -0
- package/dist/notion-page-picker.d.ts +35 -0
- package/dist/notion-page-picker.js +208 -0
- package/dist/notion-page-picker.test.d.ts +1 -0
- package/dist/notion-page-picker.test.js +244 -0
- package/dist/print-command-tree.d.ts +4 -0
- package/dist/print-command-tree.js +31 -0
- package/dist/print-command-tree.test.d.ts +1 -0
- package/dist/print-command-tree.test.js +37 -0
- package/dist/project-dir.test.d.ts +1 -0
- package/dist/project-dir.test.js +124 -0
- package/dist/project-resolver.d.ts +7 -0
- package/dist/project-resolver.js +42 -0
- package/dist/project-resolver.test.d.ts +1 -0
- package/dist/project-resolver.test.js +49 -0
- package/dist/prompt-navigation.d.ts +6 -0
- package/dist/prompt-navigation.js +60 -0
- package/dist/prompt-navigation.test.d.ts +1 -0
- package/dist/prompt-navigation.test.js +33 -0
- package/dist/public-ingest-copy.d.ts +3 -0
- package/dist/public-ingest-copy.js +32 -0
- package/dist/public-ingest-copy.test.d.ts +1 -0
- package/dist/public-ingest-copy.test.js +24 -0
- package/dist/public-ingest.d.ts +111 -0
- package/dist/public-ingest.js +546 -0
- package/dist/public-ingest.test.d.ts +1 -0
- package/dist/public-ingest.test.js +737 -0
- package/dist/runtime.d.ts +44 -0
- package/dist/runtime.js +151 -0
- package/dist/runtime.test.d.ts +1 -0
- package/dist/runtime.test.js +380 -0
- package/dist/scan.d.ts +34 -0
- package/dist/scan.js +275 -0
- package/dist/scan.test.d.ts +1 -0
- package/dist/scan.test.js +983 -0
- package/dist/setup-agents.d.ts +87 -0
- package/dist/setup-agents.js +471 -0
- package/dist/setup-agents.test.d.ts +1 -0
- package/dist/setup-agents.test.js +352 -0
- package/dist/setup-context.d.ts +86 -0
- package/dist/setup-context.js +553 -0
- package/dist/setup-context.test.d.ts +1 -0
- package/dist/setup-context.test.js +490 -0
- package/dist/setup-database-context-depth.d.ts +22 -0
- package/dist/setup-database-context-depth.js +83 -0
- package/dist/setup-databases.d.ts +82 -0
- package/dist/setup-databases.js +1858 -0
- package/dist/setup-databases.test.d.ts +1 -0
- package/dist/setup-databases.test.js +1883 -0
- package/dist/setup-demo-tour.d.ts +33 -0
- package/dist/setup-demo-tour.js +302 -0
- package/dist/setup-demo-tour.test.d.ts +1 -0
- package/dist/setup-demo-tour.test.js +221 -0
- package/dist/setup-embeddings.d.ts +57 -0
- package/dist/setup-embeddings.js +347 -0
- package/dist/setup-embeddings.test.d.ts +1 -0
- package/dist/setup-embeddings.test.js +379 -0
- package/dist/setup-interrupt.d.ts +15 -0
- package/dist/setup-interrupt.js +71 -0
- package/dist/setup-interrupt.test.d.ts +1 -0
- package/dist/setup-interrupt.test.js +77 -0
- package/dist/setup-models.d.ts +90 -0
- package/dist/setup-models.js +760 -0
- package/dist/setup-models.test.d.ts +1 -0
- package/dist/setup-models.test.js +857 -0
- package/dist/setup-project.d.ts +45 -0
- package/dist/setup-project.js +289 -0
- package/dist/setup-project.test.d.ts +1 -0
- package/dist/setup-project.test.js +229 -0
- package/dist/setup-prompts.d.ts +54 -0
- package/dist/setup-prompts.js +88 -0
- package/dist/setup-prompts.test.d.ts +1 -0
- package/dist/setup-prompts.test.js +170 -0
- package/dist/setup-ready-menu.d.ts +18 -0
- package/dist/setup-ready-menu.js +31 -0
- package/dist/setup-ready-menu.test.d.ts +1 -0
- package/dist/setup-ready-menu.test.js +41 -0
- package/dist/setup-secrets.d.ts +7 -0
- package/dist/setup-secrets.js +15 -0
- package/dist/setup-secrets.test.d.ts +1 -0
- package/dist/setup-secrets.test.js +30 -0
- package/dist/setup-sources.d.ts +105 -0
- package/dist/setup-sources.js +1606 -0
- package/dist/setup-sources.test.d.ts +1 -0
- package/dist/setup-sources.test.js +1277 -0
- package/dist/setup.d.ts +130 -0
- package/dist/setup.js +478 -0
- package/dist/setup.test.d.ts +1 -0
- package/dist/setup.test.js +1478 -0
- package/dist/skills/research/SKILL.md +49 -0
- package/dist/sl.d.ts +60 -0
- package/dist/sl.js +167 -0
- package/dist/sl.test.d.ts +1 -0
- package/dist/sl.test.js +452 -0
- package/dist/source-mapping.d.ts +26 -0
- package/dist/source-mapping.js +151 -0
- package/dist/standalone-smoke.test.d.ts +1 -0
- package/dist/standalone-smoke.test.js +247 -0
- package/dist/startup-profile.d.ts +3 -0
- package/dist/startup-profile.js +44 -0
- package/dist/status-project.d.ts +118 -0
- package/dist/status-project.js +723 -0
- package/dist/text-ingest.d.ts +29 -0
- package/dist/text-ingest.js +270 -0
- package/dist/text-ingest.test.d.ts +1 -0
- package/dist/text-ingest.test.js +247 -0
- package/dist/tree-picker-state.d.ts +73 -0
- package/dist/tree-picker-state.js +416 -0
- package/dist/tree-picker-state.test.d.ts +1 -0
- package/dist/tree-picker-state.test.js +303 -0
- package/dist/tree-picker-tui.d.ts +78 -0
- package/dist/tree-picker-tui.js +226 -0
- package/dist/tree-picker-tui.test.d.ts +1 -0
- package/dist/tree-picker-tui.test.js +248 -0
- package/dist/viz-fallback.d.ts +28 -0
- package/dist/viz-fallback.js +51 -0
- package/dist/viz-fallback.test.d.ts +1 -0
- package/dist/viz-fallback.test.js +77 -0
- package/node_modules/@ktx/connector-bigquery/dist/connector.d.ts +141 -0
- package/node_modules/@ktx/connector-bigquery/dist/connector.js +371 -0
- package/node_modules/@ktx/connector-bigquery/dist/connector.test.d.ts +1 -0
- package/node_modules/@ktx/connector-bigquery/dist/connector.test.js +247 -0
- package/node_modules/@ktx/connector-bigquery/dist/dialect.d.ts +29 -0
- package/node_modules/@ktx/connector-bigquery/dist/dialect.js +178 -0
- package/node_modules/@ktx/connector-bigquery/dist/dialect.test.d.ts +1 -0
- package/node_modules/@ktx/connector-bigquery/dist/dialect.test.js +36 -0
- package/node_modules/@ktx/connector-bigquery/dist/index.d.ts +3 -0
- package/node_modules/@ktx/connector-bigquery/dist/index.js +3 -0
- package/node_modules/@ktx/connector-bigquery/dist/live-database-introspection.d.ts +10 -0
- package/node_modules/@ktx/connector-bigquery/dist/live-database-introspection.js +20 -0
- package/node_modules/@ktx/connector-bigquery/dist/package-exports.test.d.ts +1 -0
- package/node_modules/@ktx/connector-bigquery/dist/package-exports.test.js +10 -0
- package/node_modules/@ktx/connector-bigquery/package.json +20 -0
- package/node_modules/@ktx/connector-clickhouse/dist/connector.d.ts +113 -0
- package/node_modules/@ktx/connector-clickhouse/dist/connector.js +345 -0
- package/node_modules/@ktx/connector-clickhouse/dist/connector.test.d.ts +1 -0
- package/node_modules/@ktx/connector-clickhouse/dist/connector.test.js +228 -0
- package/node_modules/@ktx/connector-clickhouse/dist/dialect.d.ts +33 -0
- package/node_modules/@ktx/connector-clickhouse/dist/dialect.js +236 -0
- package/node_modules/@ktx/connector-clickhouse/dist/dialect.test.d.ts +1 -0
- package/node_modules/@ktx/connector-clickhouse/dist/dialect.test.js +36 -0
- package/node_modules/@ktx/connector-clickhouse/dist/index.d.ts +3 -0
- package/node_modules/@ktx/connector-clickhouse/dist/index.js +3 -0
- package/node_modules/@ktx/connector-clickhouse/dist/live-database-introspection.d.ts +11 -0
- package/node_modules/@ktx/connector-clickhouse/dist/live-database-introspection.js +21 -0
- package/node_modules/@ktx/connector-clickhouse/dist/package-exports.test.d.ts +1 -0
- package/node_modules/@ktx/connector-clickhouse/dist/package-exports.test.js +10 -0
- package/node_modules/@ktx/connector-clickhouse/package.json +20 -0
- package/node_modules/@ktx/connector-mysql/dist/connector.d.ts +116 -0
- package/node_modules/@ktx/connector-mysql/dist/connector.js +385 -0
- package/node_modules/@ktx/connector-mysql/dist/connector.test.d.ts +1 -0
- package/node_modules/@ktx/connector-mysql/dist/connector.test.js +218 -0
- package/node_modules/@ktx/connector-mysql/dist/dialect.d.ts +29 -0
- package/node_modules/@ktx/connector-mysql/dist/dialect.js +171 -0
- package/node_modules/@ktx/connector-mysql/dist/dialect.test.d.ts +1 -0
- package/node_modules/@ktx/connector-mysql/dist/dialect.test.js +36 -0
- package/node_modules/@ktx/connector-mysql/dist/index.d.ts +3 -0
- package/node_modules/@ktx/connector-mysql/dist/index.js +3 -0
- package/node_modules/@ktx/connector-mysql/dist/live-database-introspection.d.ts +11 -0
- package/node_modules/@ktx/connector-mysql/dist/live-database-introspection.js +21 -0
- package/node_modules/@ktx/connector-mysql/dist/package-exports.test.d.ts +1 -0
- package/node_modules/@ktx/connector-mysql/dist/package-exports.test.js +11 -0
- package/node_modules/@ktx/connector-mysql/package.json +20 -0
- package/node_modules/@ktx/connector-postgres/dist/connector.d.ts +140 -0
- package/node_modules/@ktx/connector-postgres/dist/connector.js +497 -0
- package/node_modules/@ktx/connector-postgres/dist/connector.test.d.ts +1 -0
- package/node_modules/@ktx/connector-postgres/dist/connector.test.js +336 -0
- package/node_modules/@ktx/connector-postgres/dist/dialect.d.ts +29 -0
- package/node_modules/@ktx/connector-postgres/dist/dialect.js +182 -0
- package/node_modules/@ktx/connector-postgres/dist/dialect.test.d.ts +1 -0
- package/node_modules/@ktx/connector-postgres/dist/dialect.test.js +37 -0
- package/node_modules/@ktx/connector-postgres/dist/historic-sql-query-client.d.ts +14 -0
- package/node_modules/@ktx/connector-postgres/dist/historic-sql-query-client.js +24 -0
- package/node_modules/@ktx/connector-postgres/dist/historic-sql-query-client.test.d.ts +1 -0
- package/node_modules/@ktx/connector-postgres/dist/historic-sql-query-client.test.js +45 -0
- package/node_modules/@ktx/connector-postgres/dist/index.d.ts +4 -0
- package/node_modules/@ktx/connector-postgres/dist/index.js +4 -0
- package/node_modules/@ktx/connector-postgres/dist/live-database-introspection.d.ts +11 -0
- package/node_modules/@ktx/connector-postgres/dist/live-database-introspection.js +21 -0
- package/node_modules/@ktx/connector-postgres/dist/package-exports.test.d.ts +1 -0
- package/node_modules/@ktx/connector-postgres/dist/package-exports.test.js +12 -0
- package/node_modules/@ktx/connector-postgres/package.json +20 -0
- package/node_modules/@ktx/connector-snowflake/dist/connector.d.ts +129 -0
- package/node_modules/@ktx/connector-snowflake/dist/connector.js +517 -0
- package/node_modules/@ktx/connector-snowflake/dist/connector.test.d.ts +1 -0
- package/node_modules/@ktx/connector-snowflake/dist/connector.test.js +210 -0
- package/node_modules/@ktx/connector-snowflake/dist/dialect.d.ts +29 -0
- package/node_modules/@ktx/connector-snowflake/dist/dialect.js +156 -0
- package/node_modules/@ktx/connector-snowflake/dist/dialect.test.d.ts +1 -0
- package/node_modules/@ktx/connector-snowflake/dist/dialect.test.js +34 -0
- package/node_modules/@ktx/connector-snowflake/dist/index.d.ts +3 -0
- package/node_modules/@ktx/connector-snowflake/dist/index.js +3 -0
- package/node_modules/@ktx/connector-snowflake/dist/live-database-introspection.d.ts +11 -0
- package/node_modules/@ktx/connector-snowflake/dist/live-database-introspection.js +21 -0
- package/node_modules/@ktx/connector-snowflake/dist/package-exports.test.d.ts +1 -0
- package/node_modules/@ktx/connector-snowflake/dist/package-exports.test.js +10 -0
- package/node_modules/@ktx/connector-snowflake/package.json +20 -0
- package/node_modules/@ktx/connector-sqlite/dist/connector.d.ts +59 -0
- package/node_modules/@ktx/connector-sqlite/dist/connector.js +251 -0
- package/node_modules/@ktx/connector-sqlite/dist/connector.test.d.ts +1 -0
- package/node_modules/@ktx/connector-sqlite/dist/connector.test.js +196 -0
- package/node_modules/@ktx/connector-sqlite/dist/dialect.d.ts +29 -0
- package/node_modules/@ktx/connector-sqlite/dist/dialect.js +146 -0
- package/node_modules/@ktx/connector-sqlite/dist/dialect.test.d.ts +1 -0
- package/node_modules/@ktx/connector-sqlite/dist/dialect.test.js +23 -0
- package/node_modules/@ktx/connector-sqlite/dist/index.d.ts +3 -0
- package/node_modules/@ktx/connector-sqlite/dist/index.js +3 -0
- package/node_modules/@ktx/connector-sqlite/dist/live-database-introspection.d.ts +8 -0
- package/node_modules/@ktx/connector-sqlite/dist/live-database-introspection.js +20 -0
- package/node_modules/@ktx/connector-sqlite/dist/package-exports.test.d.ts +1 -0
- package/node_modules/@ktx/connector-sqlite/dist/package-exports.test.js +11 -0
- package/node_modules/@ktx/connector-sqlite/package.json +20 -0
- package/node_modules/@ktx/connector-sqlserver/dist/connector.d.ts +137 -0
- package/node_modules/@ktx/connector-sqlserver/dist/connector.js +503 -0
- package/node_modules/@ktx/connector-sqlserver/dist/connector.test.d.ts +1 -0
- package/node_modules/@ktx/connector-sqlserver/dist/connector.test.js +269 -0
- package/node_modules/@ktx/connector-sqlserver/dist/dialect.d.ts +30 -0
- package/node_modules/@ktx/connector-sqlserver/dist/dialect.js +169 -0
- package/node_modules/@ktx/connector-sqlserver/dist/dialect.test.d.ts +1 -0
- package/node_modules/@ktx/connector-sqlserver/dist/dialect.test.js +36 -0
- package/node_modules/@ktx/connector-sqlserver/dist/index.d.ts +3 -0
- package/node_modules/@ktx/connector-sqlserver/dist/index.js +3 -0
- package/node_modules/@ktx/connector-sqlserver/dist/live-database-introspection.d.ts +11 -0
- package/node_modules/@ktx/connector-sqlserver/dist/live-database-introspection.js +21 -0
- package/node_modules/@ktx/connector-sqlserver/dist/package-exports.test.d.ts +1 -0
- package/node_modules/@ktx/connector-sqlserver/dist/package-exports.test.js +10 -0
- package/node_modules/@ktx/connector-sqlserver/package.json +20 -0
- package/node_modules/@ktx/context/dist/agent/agent-runner.service.d.ts +18 -0
- package/node_modules/@ktx/context/dist/agent/agent-runner.service.js +10 -0
- package/node_modules/@ktx/context/dist/agent/agent-runner.service.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/agent/agent-runner.service.test.js +308 -0
- package/node_modules/@ktx/context/dist/agent/index.d.ts +2 -0
- package/node_modules/@ktx/context/dist/agent/index.js +1 -0
- package/node_modules/@ktx/context/dist/connections/connection-type.d.ts +25 -0
- package/node_modules/@ktx/context/dist/connections/connection-type.js +24 -0
- package/node_modules/@ktx/context/dist/connections/dialects.d.ts +9 -0
- package/node_modules/@ktx/context/dist/connections/dialects.js +71 -0
- package/node_modules/@ktx/context/dist/connections/dialects.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/connections/dialects.test.js +24 -0
- package/node_modules/@ktx/context/dist/connections/index.d.ts +11 -0
- package/node_modules/@ktx/context/dist/connections/index.js +9 -0
- package/node_modules/@ktx/context/dist/connections/local-query-executor.d.ts +6 -0
- package/node_modules/@ktx/context/dist/connections/local-query-executor.js +21 -0
- package/node_modules/@ktx/context/dist/connections/local-query-executor.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/connections/local-query-executor.test.js +48 -0
- package/node_modules/@ktx/context/dist/connections/local-warehouse-descriptor.d.ts +20 -0
- package/node_modules/@ktx/context/dist/connections/local-warehouse-descriptor.js +72 -0
- package/node_modules/@ktx/context/dist/connections/local-warehouse-descriptor.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/connections/local-warehouse-descriptor.test.js +53 -0
- package/node_modules/@ktx/context/dist/connections/notion-config.d.ts +41 -0
- package/node_modules/@ktx/context/dist/connections/notion-config.js +132 -0
- package/node_modules/@ktx/context/dist/connections/notion-config.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/connections/notion-config.test.js +121 -0
- package/node_modules/@ktx/context/dist/connections/postgres-query-executor.d.ts +25 -0
- package/node_modules/@ktx/context/dist/connections/postgres-query-executor.js +53 -0
- package/node_modules/@ktx/context/dist/connections/postgres-query-executor.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/connections/postgres-query-executor.test.js +91 -0
- package/node_modules/@ktx/context/dist/connections/query-executor.d.ts +19 -0
- package/node_modules/@ktx/context/dist/connections/query-executor.js +3 -0
- package/node_modules/@ktx/context/dist/connections/read-only-sql.d.ts +2 -0
- package/node_modules/@ktx/context/dist/connections/read-only-sql.js +19 -0
- package/node_modules/@ktx/context/dist/connections/read-only-sql.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/connections/read-only-sql.test.js +20 -0
- package/node_modules/@ktx/context/dist/connections/sqlite-query-executor.d.ts +3 -0
- package/node_modules/@ktx/context/dist/connections/sqlite-query-executor.js +73 -0
- package/node_modules/@ktx/context/dist/connections/sqlite-query-executor.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/connections/sqlite-query-executor.test.js +113 -0
- package/node_modules/@ktx/context/dist/core/config-reference.d.ts +2 -0
- package/node_modules/@ktx/context/dist/core/config-reference.js +29 -0
- package/node_modules/@ktx/context/dist/core/config-reference.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/core/config-reference.test.js +27 -0
- package/node_modules/@ktx/context/dist/core/config.d.ts +25 -0
- package/node_modules/@ktx/context/dist/core/config.js +14 -0
- package/node_modules/@ktx/context/dist/core/embedding.d.ts +5 -0
- package/node_modules/@ktx/context/dist/core/embedding.js +1 -0
- package/node_modules/@ktx/context/dist/core/file-store.d.ts +30 -0
- package/node_modules/@ktx/context/dist/core/file-store.js +1 -0
- package/node_modules/@ktx/context/dist/core/git-env.d.ts +2 -0
- package/node_modules/@ktx/context/dist/core/git-env.js +26 -0
- package/node_modules/@ktx/context/dist/core/git.service.assert-worktree-clean.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/core/git.service.assert-worktree-clean.test.js +62 -0
- package/node_modules/@ktx/context/dist/core/git.service.d.ts +194 -0
- package/node_modules/@ktx/context/dist/core/git.service.delete-directories.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/core/git.service.delete-directories.test.js +61 -0
- package/node_modules/@ktx/context/dist/core/git.service.js +804 -0
- package/node_modules/@ktx/context/dist/core/git.service.reset-hard.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/core/git.service.reset-hard.test.js +47 -0
- package/node_modules/@ktx/context/dist/core/git.service.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/core/git.service.test.js +325 -0
- package/node_modules/@ktx/context/dist/core/index.d.ts +10 -0
- package/node_modules/@ktx/context/dist/core/index.js +5 -0
- package/node_modules/@ktx/context/dist/core/redaction.d.ts +4 -0
- package/node_modules/@ktx/context/dist/core/redaction.js +39 -0
- package/node_modules/@ktx/context/dist/core/session-worktree.service.d.ts +38 -0
- package/node_modules/@ktx/context/dist/core/session-worktree.service.js +65 -0
- package/node_modules/@ktx/context/dist/core/session-worktree.service.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/core/session-worktree.service.test.js +97 -0
- package/node_modules/@ktx/context/dist/daemon/index.d.ts +1 -0
- package/node_modules/@ktx/context/dist/daemon/index.js +1 -0
- package/node_modules/@ktx/context/dist/daemon/semantic-layer-compute.d.ts +72 -0
- package/node_modules/@ktx/context/dist/daemon/semantic-layer-compute.js +191 -0
- package/node_modules/@ktx/context/dist/daemon/semantic-layer-compute.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/daemon/semantic-layer-compute.test.js +301 -0
- package/node_modules/@ktx/context/dist/index.d.ts +21 -0
- package/node_modules/@ktx/context/dist/index.js +18 -0
- package/node_modules/@ktx/context/dist/index.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/index.test.js +10 -0
- package/node_modules/@ktx/context/dist/ingest/action-identity.d.ts +3 -0
- package/node_modules/@ktx/context/dist/ingest/action-identity.js +6 -0
- package/node_modules/@ktx/context/dist/ingest/action-identity.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/action-identity.test.js +19 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt/chunk.d.ts +7 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt/chunk.js +110 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt/chunk.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt/chunk.test.js +30 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt/dbt.adapter.d.ts +18 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt/dbt.adapter.js +43 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt/dbt.adapter.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt/dbt.adapter.test.js +43 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt/detect.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt/detect.js +12 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt/fetch.d.ts +19 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt/fetch.js +43 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt/fetch.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt/fetch.test.js +30 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt/parse.d.ts +6 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt/parse.js +23 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt/parse.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt/parse.test.js +7 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt-descriptions/match-tables.d.ts +27 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt-descriptions/match-tables.js +80 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt-descriptions/match-tables.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt-descriptions/match-tables.test.js +59 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt-descriptions/merge-semantic-model-tables.d.ts +3 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt-descriptions/merge-semantic-model-tables.js +28 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt-descriptions/merge-semantic-model-tables.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt-descriptions/merge-semantic-model-tables.test.js +55 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt-descriptions/parse-schema.d.ts +65 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt-descriptions/parse-schema.js +432 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt-descriptions/parse-schema.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt-descriptions/parse-schema.test.js +195 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt-descriptions/to-description-updates.d.ts +13 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt-descriptions/to-description-updates.js +46 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt-descriptions/to-description-updates.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt-descriptions/to-description-updates.test.js +88 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt-descriptions/to-metadata-updates.d.ts +9 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt-descriptions/to-metadata-updates.js +57 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt-descriptions/to-metadata-updates.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt-descriptions/to-metadata-updates.test.js +68 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt-descriptions/to-relationship-updates.d.ts +12 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt-descriptions/to-relationship-updates.js +34 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt-descriptions/to-relationship-updates.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt-descriptions/to-relationship-updates.test.js +56 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt-extraction-golden-parity.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/dbt-extraction-golden-parity.test.js +392 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/fake/fake.adapter.d.ts +7 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/fake/fake.adapter.js +42 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/bigquery-query-history-reader.d.ts +14 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/bigquery-query-history-reader.js +199 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/bigquery-query-history-reader.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/bigquery-query-history-reader.test.js +121 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/buckets.d.ts +6 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/buckets.js +64 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/buckets.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/buckets.test.js +49 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/chunk-unified.d.ts +3 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/chunk-unified.js +86 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/chunk-unified.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/chunk-unified.test.js +160 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/detect.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/detect.js +25 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/detect.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/detect.test.js +48 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/errors.d.ts +35 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/errors.js +32 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/evidence-tool.d.ts +41 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/evidence-tool.js +88 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/evidence-tool.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/evidence-tool.test.js +67 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/evidence.d.ts +77 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/evidence.js +32 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/evidence.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/evidence.test.js +43 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/historic-sql.adapter.d.ts +14 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/historic-sql.adapter.js +33 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/historic-sql.adapter.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/historic-sql.adapter.test.js +98 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/local-ingest-acceptance.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/local-ingest-acceptance.test.js +235 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/pattern-inputs.d.ts +21 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/pattern-inputs.js +66 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/pattern-inputs.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/pattern-inputs.test.js +68 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/post-processor.d.ts +4 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/post-processor.js +38 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/post-processor.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/post-processor.test.js +63 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/postgres-pgss-reader.d.ts +5 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/postgres-pgss-reader.js +233 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/postgres-pgss-reader.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/postgres-pgss-reader.test.js +205 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/projection.d.ts +19 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/projection.js +272 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/projection.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/projection.test.js +309 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/redaction.d.ts +6 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/redaction.js +30 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/redaction.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/redaction.test.js +22 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/skill-schemas.d.ts +37 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/skill-schemas.js +24 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/skill-schemas.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/skill-schemas.test.js +62 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/snowflake-query-history-reader.d.ts +8 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/snowflake-query-history-reader.js +180 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/snowflake-query-history-reader.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/snowflake-query-history-reader.test.js +117 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/stage-unified.d.ts +13 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/stage-unified.js +269 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/stage-unified.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/stage-unified.test.js +405 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/types.d.ts +184 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/types.js +99 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/types.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/historic-sql/types.test.js +87 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/chunk.d.ts +2 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/chunk.js +44 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/chunk.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/chunk.test.js +95 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/daemon-introspection.d.ts +20 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/daemon-introspection.js +187 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/daemon-introspection.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/daemon-introspection.test.js +204 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/extracted-schema.d.ts +29 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/extracted-schema.js +28 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/extracted-schema.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/extracted-schema.test.js +129 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/live-database.adapter.d.ts +11 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/live-database.adapter.js +24 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/live-database.adapter.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/live-database.adapter.test.js +55 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/manifest.d.ts +65 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/manifest.js +190 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/manifest.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/manifest.test.js +291 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/stage.d.ts +12 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/stage.js +105 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/stage.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/stage.test.js +133 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/structural-sync.d.ts +89 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/structural-sync.js +335 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/structural-sync.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/structural-sync.test.js +416 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/types.d.ts +8 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/live-database/types.js +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/chunk.d.ts +2 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/chunk.js +146 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/chunk.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/chunk.test.js +142 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/client-boundary.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/client-boundary.test.js +12 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/client.d.ts +83 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/client.js +554 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/client.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/client.test.js +407 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/daemon-table-identifier-parser.d.ts +7 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/daemon-table-identifier-parser.js +57 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/daemon-table-identifier-parser.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/daemon-table-identifier-parser.test.js +40 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/detect.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/detect.js +26 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/detect.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/detect.test.js +39 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/evidence-documents.d.ts +3 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/evidence-documents.js +311 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/evidence-documents.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/evidence-documents.test.js +178 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/factory.d.ts +21 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/factory.js +22 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/factory.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/factory.test.js +55 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/fetch-report.d.ts +3 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/fetch-report.js +21 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/fetch-report.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/fetch-report.test.js +71 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/fetch.d.ts +31 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/fetch.js +395 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/fetch.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/fetch.test.js +592 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/local-looker.adapter.d.ts +11 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/local-looker.adapter.js +45 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/local-runtime-store.d.ts +50 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/local-runtime-store.js +196 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/local-runtime-store.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/local-runtime-store.test.js +106 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/looker.adapter.d.ts +57 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/looker.adapter.js +47 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/looker.adapter.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/looker.adapter.test.js +99 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/mapping.d.ts +126 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/mapping.js +303 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/mapping.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/mapping.test.js +334 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/reconcile.d.ts +2 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/reconcile.js +20 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/reconcile.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/reconcile.test.js +22 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/scope.d.ts +6 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/scope.js +55 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/scope.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/scope.test.js +84 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/target-connections.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/target-connections.js +38 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/target-connections.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/target-connections.test.js +71 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/tools/looker-query-to-sl.tool.d.ts +107 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/tools/looker-query-to-sl.tool.js +236 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/tools/looker-query-to-sl.tool.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/tools/looker-query-to-sl.tool.test.js +211 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/types.d.ts +438 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/types.js +198 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/types.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/looker/types.test.js +260 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/chunk.d.ts +19 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/chunk.js +128 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/chunk.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/chunk.test.js +213 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/detect.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/detect.js +11 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/detect.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/detect.test.js +37 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/fetch-report.d.ts +15 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/fetch-report.js +98 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/fetch-report.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/fetch-report.test.js +82 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/fetch.d.ts +15 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/fetch.js +54 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/fetch.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/fetch.test.js +121 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/graph.d.ts +16 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/graph.js +85 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/graph.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/graph.test.js +105 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/lookml.adapter.d.ts +17 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/lookml.adapter.js +44 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/lookml.adapter.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/lookml.adapter.test.js +49 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/parse.d.ts +35 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/parse.js +149 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/parse.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/parse.test.js +118 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/pull-config.d.ts +37 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/pull-config.js +26 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/pull-config.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/lookml/pull-config.test.js +128 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/card-references.d.ts +13 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/card-references.js +37 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/card-references.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/card-references.test.js +36 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/chunk.d.ts +6 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/chunk.js +208 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/chunk.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/chunk.test.js +299 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/client-boundary.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/client-boundary.test.js +38 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/client-port.d.ts +167 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/client-port.js +9 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/client-port.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/client-port.test.js +86 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/client.d.ts +114 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/client.js +671 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/client.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/client.test.js +377 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/detect.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/detect.js +20 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/detect.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/detect.test.js +42 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/fanout-planner.d.ts +17 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/fanout-planner.js +23 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/fanout-planner.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/fanout-planner.test.js +44 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/fetch-scope.d.ts +31 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/fetch-scope.js +72 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/fetch-scope.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/fetch-scope.test.js +124 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/fetch.d.ts +16 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/fetch.js +239 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/fetch.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/fetch.test.js +516 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/local-metabase.adapter.d.ts +13 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/local-metabase.adapter.js +41 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/local-metabase.adapter.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/local-metabase.adapter.test.js +56 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/local-source-state-store.d.ts +43 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/local-source-state-store.js +176 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/local-source-state-store.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/local-source-state-store.test.js +99 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/mapping.d.ts +92 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/mapping.js +220 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/mapping.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/mapping.test.js +215 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/metabase.adapter.d.ts +19 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/metabase.adapter.js +41 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/metabase.adapter.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/metabase.adapter.test.js +129 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/serialize-card.d.ts +53 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/serialize-card.js +67 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/serialize-card.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/serialize-card.test.js +205 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/source-state-port.d.ts +23 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/source-state-port.js +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/types.d.ts +142 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/types.js +106 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/types.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metabase/types.test.js +75 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/chunk.d.ts +19 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/chunk.js +81 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/chunk.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/chunk.test.js +114 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/deep-parse.d.ts +77 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/deep-parse.js +460 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/deep-parse.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/deep-parse.test.js +1139 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/detect.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/detect.js +34 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/detect.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/detect.test.js +43 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/fetch.d.ts +11 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/fetch.js +51 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/fetch.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/fetch.test.js +97 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/graph.d.ts +25 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/graph.js +163 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/graph.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/graph.test.js +245 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/import-semantic-models.d.ts +29 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/import-semantic-models.js +136 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/import-semantic-models.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/import-semantic-models.test.js +318 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/metricflow.adapter.d.ts +16 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/metricflow.adapter.js +44 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/metricflow.adapter.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/metricflow.adapter.test.js +97 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/parse.d.ts +42 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/parse.js +150 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/parse.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/parse.test.js +171 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/pull-config.d.ts +37 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/pull-config.js +24 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/pull-config.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/pull-config.test.js +57 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/semantic-models.d.ts +39 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/semantic-models.js +278 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/semantic-models.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/metricflow/semantic-models.test.js +204 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/chunk.d.ts +4 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/chunk.js +137 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/cluster.d.ts +10 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/cluster.js +82 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/cluster.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/cluster.test.js +123 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/detect.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/detect.js +20 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/fetch.d.ts +13 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/fetch.js +517 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/fetch.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/fetch.test.js +358 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/local-state-store.d.ts +12 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/local-state-store.js +46 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/local-state-store.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/local-state-store.test.js +29 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/normalize.d.ts +10 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/normalize.js +165 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/normalize.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/normalize.test.js +64 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/notion-client.d.ts +74 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/notion-client.js +107 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/notion-client.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/notion-client.test.js +49 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/notion.adapter.d.ts +46 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/notion.adapter.js +119 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/notion.adapter.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/notion.adapter.test.js +315 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/pull-config.d.ts +2 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/pull-config.js +4 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/types.d.ts +97 -0
- package/node_modules/@ktx/context/dist/ingest/adapters/notion/types.js +62 -0
- package/node_modules/@ktx/context/dist/ingest/canonical-pins.d.ts +10 -0
- package/node_modules/@ktx/context/dist/ingest/canonical-pins.js +43 -0
- package/node_modules/@ktx/context/dist/ingest/canonical-pins.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/canonical-pins.test.js +66 -0
- package/node_modules/@ktx/context/dist/ingest/clustering/kmeans.d.ts +11 -0
- package/node_modules/@ktx/context/dist/ingest/clustering/kmeans.js +101 -0
- package/node_modules/@ktx/context/dist/ingest/clustering/kmeans.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/clustering/kmeans.test.js +61 -0
- package/node_modules/@ktx/context/dist/ingest/context-candidates/candidate-dedup.service.d.ts +27 -0
- package/node_modules/@ktx/context/dist/ingest/context-candidates/candidate-dedup.service.js +234 -0
- package/node_modules/@ktx/context/dist/ingest/context-candidates/candidate-dedup.service.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/context-candidates/candidate-dedup.service.test.js +216 -0
- package/node_modules/@ktx/context/dist/ingest/context-candidates/context-candidate-carryforward.service.d.ts +31 -0
- package/node_modules/@ktx/context/dist/ingest/context-candidates/context-candidate-carryforward.service.js +131 -0
- package/node_modules/@ktx/context/dist/ingest/context-candidates/context-candidate-carryforward.service.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/context-candidates/context-candidate-carryforward.service.test.js +161 -0
- package/node_modules/@ktx/context/dist/ingest/context-candidates/curator-pagination.service.d.ts +64 -0
- package/node_modules/@ktx/context/dist/ingest/context-candidates/curator-pagination.service.js +240 -0
- package/node_modules/@ktx/context/dist/ingest/context-candidates/curator-pagination.service.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/context-candidates/curator-pagination.service.test.js +168 -0
- package/node_modules/@ktx/context/dist/ingest/context-candidates/embedding-text.d.ts +6 -0
- package/node_modules/@ktx/context/dist/ingest/context-candidates/embedding-text.js +3 -0
- package/node_modules/@ktx/context/dist/ingest/context-candidates/embedding-text.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/context-candidates/embedding-text.test.js +10 -0
- package/node_modules/@ktx/context/dist/ingest/context-candidates/index.d.ts +9 -0
- package/node_modules/@ktx/context/dist/ingest/context-candidates/index.js +4 -0
- package/node_modules/@ktx/context/dist/ingest/context-candidates/store.d.ts +24 -0
- package/node_modules/@ktx/context/dist/ingest/context-candidates/store.js +1 -0
- package/node_modules/@ktx/context/dist/ingest/context-candidates/store.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/context-candidates/store.test.js +67 -0
- package/node_modules/@ktx/context/dist/ingest/context-candidates/types.d.ts +103 -0
- package/node_modules/@ktx/context/dist/ingest/context-candidates/types.js +1 -0
- package/node_modules/@ktx/context/dist/ingest/context-evidence/context-evidence-index.service.d.ts +53 -0
- package/node_modules/@ktx/context/dist/ingest/context-evidence/context-evidence-index.service.js +303 -0
- package/node_modules/@ktx/context/dist/ingest/context-evidence/context-evidence-index.service.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/context-evidence/context-evidence-index.service.test.js +374 -0
- package/node_modules/@ktx/context/dist/ingest/context-evidence/index.d.ts +5 -0
- package/node_modules/@ktx/context/dist/ingest/context-evidence/index.js +2 -0
- package/node_modules/@ktx/context/dist/ingest/context-evidence/sqlite-context-evidence-store.d.ts +89 -0
- package/node_modules/@ktx/context/dist/ingest/context-evidence/sqlite-context-evidence-store.js +1025 -0
- package/node_modules/@ktx/context/dist/ingest/context-evidence/sqlite-context-evidence-store.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/context-evidence/sqlite-context-evidence-store.test.js +416 -0
- package/node_modules/@ktx/context/dist/ingest/context-evidence/store.d.ts +10 -0
- package/node_modules/@ktx/context/dist/ingest/context-evidence/store.js +1 -0
- package/node_modules/@ktx/context/dist/ingest/context-evidence/store.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/context-evidence/store.test.js +55 -0
- package/node_modules/@ktx/context/dist/ingest/context-evidence/types.d.ts +49 -0
- package/node_modules/@ktx/context/dist/ingest/context-evidence/types.js +1 -0
- package/node_modules/@ktx/context/dist/ingest/dbt-shared/project-vars.d.ts +12 -0
- package/node_modules/@ktx/context/dist/ingest/dbt-shared/project-vars.js +86 -0
- package/node_modules/@ktx/context/dist/ingest/dbt-shared/project-vars.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/dbt-shared/project-vars.test.js +90 -0
- package/node_modules/@ktx/context/dist/ingest/dbt-shared/schema-files.d.ts +3 -0
- package/node_modules/@ktx/context/dist/ingest/dbt-shared/schema-files.js +62 -0
- package/node_modules/@ktx/context/dist/ingest/dbt-shared/schema-files.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/dbt-shared/schema-files.test.js +35 -0
- package/node_modules/@ktx/context/dist/ingest/diff-set.service.d.ts +8 -0
- package/node_modules/@ktx/context/dist/ingest/diff-set.service.js +41 -0
- package/node_modules/@ktx/context/dist/ingest/diff-set.service.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/diff-set.service.test.js +132 -0
- package/node_modules/@ktx/context/dist/ingest/git-env.d.ts +2 -0
- package/node_modules/@ktx/context/dist/ingest/git-env.js +33 -0
- package/node_modules/@ktx/context/dist/ingest/index.d.ts +148 -0
- package/node_modules/@ktx/context/dist/ingest/index.js +93 -0
- package/node_modules/@ktx/context/dist/ingest/ingest-bundle.runner.d.ts +38 -0
- package/node_modules/@ktx/context/dist/ingest/ingest-bundle.runner.js +1263 -0
- package/node_modules/@ktx/context/dist/ingest/ingest-bundle.runner.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/ingest-bundle.runner.test.js +1727 -0
- package/node_modules/@ktx/context/dist/ingest/ingest-prompts.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/ingest-prompts.test.js +32 -0
- package/node_modules/@ktx/context/dist/ingest/ingest-runtime-assets.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/ingest-runtime-assets.test.js +89 -0
- package/node_modules/@ktx/context/dist/ingest/local-adapters.d.ts +35 -0
- package/node_modules/@ktx/context/dist/ingest/local-adapters.js +247 -0
- package/node_modules/@ktx/context/dist/ingest/local-adapters.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/local-adapters.test.js +625 -0
- package/node_modules/@ktx/context/dist/ingest/local-bundle-ingest.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/local-bundle-ingest.test.js +768 -0
- package/node_modules/@ktx/context/dist/ingest/local-bundle-runtime.d.ts +32 -0
- package/node_modules/@ktx/context/dist/ingest/local-bundle-runtime.js +558 -0
- package/node_modules/@ktx/context/dist/ingest/local-bundle-runtime.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/local-bundle-runtime.test.js +160 -0
- package/node_modules/@ktx/context/dist/ingest/local-embedding-provider.integration.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/local-embedding-provider.integration.test.js +140 -0
- package/node_modules/@ktx/context/dist/ingest/local-ingest.d.ts +86 -0
- package/node_modules/@ktx/context/dist/ingest/local-ingest.js +302 -0
- package/node_modules/@ktx/context/dist/ingest/local-mapping-reconcile.d.ts +2 -0
- package/node_modules/@ktx/context/dist/ingest/local-mapping-reconcile.js +26 -0
- package/node_modules/@ktx/context/dist/ingest/local-mapping-reconcile.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/local-mapping-reconcile.test.js +61 -0
- package/node_modules/@ktx/context/dist/ingest/local-metabase-ingest.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/local-metabase-ingest.test.js +227 -0
- package/node_modules/@ktx/context/dist/ingest/local-stage-ingest.d.ts +53 -0
- package/node_modules/@ktx/context/dist/ingest/local-stage-ingest.js +280 -0
- package/node_modules/@ktx/context/dist/ingest/local-stage-ingest.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/local-stage-ingest.test.js +552 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/acceptance-fixtures.d.ts +6 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/acceptance-fixtures.js +155 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/acceptance.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/acceptance.test.js +43 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/events.d.ts +9 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/events.js +196 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/events.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/events.test.js +319 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/index.d.ts +6 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/index.js +4 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/interaction.d.ts +9 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/interaction.js +315 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/interaction.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/interaction.test.js +264 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/interactive-render.d.ts +2 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/interactive-render.js +121 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/interactive-render.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/interactive-render.test.js +160 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/known-errors.d.ts +7 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/known-errors.js +17 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/live-buffer.d.ts +3 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/live-buffer.js +53 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/live-buffer.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/live-buffer.test.js +77 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/package-export.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/package-export.test.js +9 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/render.d.ts +2 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/render.js +84 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/render.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/render.test.js +105 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/schema.d.ts +190 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/schema.js +155 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/schema.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/schema.test.js +146 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/summary.d.ts +2 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/summary.js +88 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/summary.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/summary.test.js +130 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/types.d.ts +207 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/types.js +1 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/view-model.d.ts +2 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/view-model.js +450 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/view-model.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/view-model.test.js +397 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/visuals.d.ts +20 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/visuals.js +44 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/visuals.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/memory-flow/visuals.test.js +49 -0
- package/node_modules/@ktx/context/dist/ingest/metabase-mapping.d.ts +2 -0
- package/node_modules/@ktx/context/dist/ingest/metabase-mapping.js +1 -0
- package/node_modules/@ktx/context/dist/ingest/page-triage/index.d.ts +2 -0
- package/node_modules/@ktx/context/dist/ingest/page-triage/index.js +1 -0
- package/node_modules/@ktx/context/dist/ingest/page-triage/page-triage.service.d.ts +84 -0
- package/node_modules/@ktx/context/dist/ingest/page-triage/page-triage.service.js +318 -0
- package/node_modules/@ktx/context/dist/ingest/page-triage/page-triage.service.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/page-triage/page-triage.service.test.js +311 -0
- package/node_modules/@ktx/context/dist/ingest/parsed-target-table.d.ts +21 -0
- package/node_modules/@ktx/context/dist/ingest/parsed-target-table.js +24 -0
- package/node_modules/@ktx/context/dist/ingest/ports.d.ts +339 -0
- package/node_modules/@ktx/context/dist/ingest/ports.js +1 -0
- package/node_modules/@ktx/context/dist/ingest/raw-sources-paths.d.ts +4 -0
- package/node_modules/@ktx/context/dist/ingest/raw-sources-paths.js +16 -0
- package/node_modules/@ktx/context/dist/ingest/raw-sources-paths.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/raw-sources-paths.test.js +18 -0
- package/node_modules/@ktx/context/dist/ingest/repo-fetch.d.ts +34 -0
- package/node_modules/@ktx/context/dist/ingest/repo-fetch.js +132 -0
- package/node_modules/@ktx/context/dist/ingest/repo-fetch.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/repo-fetch.test.js +168 -0
- package/node_modules/@ktx/context/dist/ingest/report-snapshot.d.ts +202 -0
- package/node_modules/@ktx/context/dist/ingest/report-snapshot.js +160 -0
- package/node_modules/@ktx/context/dist/ingest/report-snapshot.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/report-snapshot.test.js +205 -0
- package/node_modules/@ktx/context/dist/ingest/reports.d.ts +79 -0
- package/node_modules/@ktx/context/dist/ingest/reports.js +54 -0
- package/node_modules/@ktx/context/dist/ingest/source-adapter-registry.d.ts +8 -0
- package/node_modules/@ktx/context/dist/ingest/source-adapter-registry.js +23 -0
- package/node_modules/@ktx/context/dist/ingest/source-adapter-registry.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/source-adapter-registry.test.js +35 -0
- package/node_modules/@ktx/context/dist/ingest/sqlite-bundle-ingest-store.d.ts +38 -0
- package/node_modules/@ktx/context/dist/ingest/sqlite-bundle-ingest-store.js +501 -0
- package/node_modules/@ktx/context/dist/ingest/sqlite-bundle-ingest-store.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/sqlite-bundle-ingest-store.test.js +517 -0
- package/node_modules/@ktx/context/dist/ingest/sqlite-local-ingest-store.d.ts +19 -0
- package/node_modules/@ktx/context/dist/ingest/sqlite-local-ingest-store.js +190 -0
- package/node_modules/@ktx/context/dist/ingest/sqlite-local-ingest-store.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/sqlite-local-ingest-store.test.js +143 -0
- package/node_modules/@ktx/context/dist/ingest/stages/build-reconcile-context.context-candidates.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/stages/build-reconcile-context.context-candidates.test.js +102 -0
- package/node_modules/@ktx/context/dist/ingest/stages/build-reconcile-context.d.ts +61 -0
- package/node_modules/@ktx/context/dist/ingest/stages/build-reconcile-context.js +122 -0
- package/node_modules/@ktx/context/dist/ingest/stages/build-reconcile-context.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/stages/build-reconcile-context.test.js +141 -0
- package/node_modules/@ktx/context/dist/ingest/stages/build-wu-context.d.ts +27 -0
- package/node_modules/@ktx/context/dist/ingest/stages/build-wu-context.js +87 -0
- package/node_modules/@ktx/context/dist/ingest/stages/build-wu-context.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/stages/build-wu-context.test.js +196 -0
- package/node_modules/@ktx/context/dist/ingest/stages/stage-1-stage-raw-files.d.ts +13 -0
- package/node_modules/@ktx/context/dist/ingest/stages/stage-1-stage-raw-files.js +24 -0
- package/node_modules/@ktx/context/dist/ingest/stages/stage-1-stage-raw-files.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/stages/stage-1-stage-raw-files.test.js +54 -0
- package/node_modules/@ktx/context/dist/ingest/stages/stage-3-work-units.d.ts +44 -0
- package/node_modules/@ktx/context/dist/ingest/stages/stage-3-work-units.js +104 -0
- package/node_modules/@ktx/context/dist/ingest/stages/stage-3-work-units.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/stages/stage-3-work-units.test.js +146 -0
- package/node_modules/@ktx/context/dist/ingest/stages/stage-4-reconciliation.d.ts +28 -0
- package/node_modules/@ktx/context/dist/ingest/stages/stage-4-reconciliation.js +17 -0
- package/node_modules/@ktx/context/dist/ingest/stages/stage-4-reconciliation.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/stages/stage-4-reconciliation.test.js +144 -0
- package/node_modules/@ktx/context/dist/ingest/stages/stage-index.types.d.ts +50 -0
- package/node_modules/@ktx/context/dist/ingest/stages/stage-index.types.js +1 -0
- package/node_modules/@ktx/context/dist/ingest/stages/validate-wu-sources.d.ts +9 -0
- package/node_modules/@ktx/context/dist/ingest/stages/validate-wu-sources.js +14 -0
- package/node_modules/@ktx/context/dist/ingest/stages/validate-wu-sources.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/stages/validate-wu-sources.test.js +27 -0
- package/node_modules/@ktx/context/dist/ingest/tools/emit-artifact-resolution.tool.d.ts +13 -0
- package/node_modules/@ktx/context/dist/ingest/tools/emit-artifact-resolution.tool.js +40 -0
- package/node_modules/@ktx/context/dist/ingest/tools/emit-conflict-resolution.tool.d.ts +13 -0
- package/node_modules/@ktx/context/dist/ingest/tools/emit-conflict-resolution.tool.js +31 -0
- package/node_modules/@ktx/context/dist/ingest/tools/emit-eviction-decision.tool.d.ts +13 -0
- package/node_modules/@ktx/context/dist/ingest/tools/emit-eviction-decision.tool.js +38 -0
- package/node_modules/@ktx/context/dist/ingest/tools/emit-reconciliation-records.tool.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/tools/emit-reconciliation-records.tool.test.js +237 -0
- package/node_modules/@ktx/context/dist/ingest/tools/emit-unmapped-fallback.tool.d.ts +14 -0
- package/node_modules/@ktx/context/dist/ingest/tools/emit-unmapped-fallback.tool.js +91 -0
- package/node_modules/@ktx/context/dist/ingest/tools/eviction-list.tool.d.ts +8 -0
- package/node_modules/@ktx/context/dist/ingest/tools/eviction-list.tool.js +25 -0
- package/node_modules/@ktx/context/dist/ingest/tools/eviction-list.tool.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/tools/eviction-list.tool.test.js +44 -0
- package/node_modules/@ktx/context/dist/ingest/tools/read-raw-file.tool.d.ts +8 -0
- package/node_modules/@ktx/context/dist/ingest/tools/read-raw-file.tool.js +34 -0
- package/node_modules/@ktx/context/dist/ingest/tools/read-raw-file.tool.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/tools/read-raw-file.tool.test.js +45 -0
- package/node_modules/@ktx/context/dist/ingest/tools/read-raw-span.tool.d.ts +10 -0
- package/node_modules/@ktx/context/dist/ingest/tools/read-raw-span.tool.js +40 -0
- package/node_modules/@ktx/context/dist/ingest/tools/read-raw-span.tool.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/tools/read-raw-span.tool.test.js +34 -0
- package/node_modules/@ktx/context/dist/ingest/tools/stage-diff.tool.d.ts +8 -0
- package/node_modules/@ktx/context/dist/ingest/tools/stage-diff.tool.js +37 -0
- package/node_modules/@ktx/context/dist/ingest/tools/stage-diff.tool.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/tools/stage-diff.tool.test.js +112 -0
- package/node_modules/@ktx/context/dist/ingest/tools/stage-list.tool.d.ts +5 -0
- package/node_modules/@ktx/context/dist/ingest/tools/stage-list.tool.js +32 -0
- package/node_modules/@ktx/context/dist/ingest/tools/stage-list.tool.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/tools/stage-list.tool.test.js +58 -0
- package/node_modules/@ktx/context/dist/ingest/tools/tool-call-logger.d.ts +33 -0
- package/node_modules/@ktx/context/dist/ingest/tools/tool-call-logger.js +80 -0
- package/node_modules/@ktx/context/dist/ingest/tools/tool-transcript-summary.d.ts +13 -0
- package/node_modules/@ktx/context/dist/ingest/tools/tool-transcript-summary.js +150 -0
- package/node_modules/@ktx/context/dist/ingest/tools/tool-transcript-summary.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/tools/tool-transcript-summary.test.js +141 -0
- package/node_modules/@ktx/context/dist/ingest/tools/verification-ledger.tool.d.ts +14 -0
- package/node_modules/@ktx/context/dist/ingest/tools/verification-ledger.tool.js +71 -0
- package/node_modules/@ktx/context/dist/ingest/tools/warehouse-verification/discover-data.tool.d.ts +36 -0
- package/node_modules/@ktx/context/dist/ingest/tools/warehouse-verification/discover-data.tool.js +94 -0
- package/node_modules/@ktx/context/dist/ingest/tools/warehouse-verification/discover-data.tool.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/tools/warehouse-verification/discover-data.tool.test.js +107 -0
- package/node_modules/@ktx/context/dist/ingest/tools/warehouse-verification/entity-details.tool.d.ts +43 -0
- package/node_modules/@ktx/context/dist/ingest/tools/warehouse-verification/entity-details.tool.js +137 -0
- package/node_modules/@ktx/context/dist/ingest/tools/warehouse-verification/entity-details.tool.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/tools/warehouse-verification/entity-details.tool.test.js +146 -0
- package/node_modules/@ktx/context/dist/ingest/tools/warehouse-verification/index.d.ts +9 -0
- package/node_modules/@ktx/context/dist/ingest/tools/warehouse-verification/index.js +18 -0
- package/node_modules/@ktx/context/dist/ingest/tools/warehouse-verification/sql-execution.tool.d.ts +31 -0
- package/node_modules/@ktx/context/dist/ingest/tools/warehouse-verification/sql-execution.tool.js +84 -0
- package/node_modules/@ktx/context/dist/ingest/tools/warehouse-verification/sql-execution.tool.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/tools/warehouse-verification/sql-execution.tool.test.js +50 -0
- package/node_modules/@ktx/context/dist/ingest/types.d.ts +144 -0
- package/node_modules/@ktx/context/dist/ingest/types.js +1 -0
- package/node_modules/@ktx/context/dist/ingest/wiki-sl-ref-repair.d.ts +19 -0
- package/node_modules/@ktx/context/dist/ingest/wiki-sl-ref-repair.js +89 -0
- package/node_modules/@ktx/context/dist/ingest/wiki-sl-ref-repair.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/ingest/wiki-sl-ref-repair.test.js +81 -0
- package/node_modules/@ktx/context/dist/llm/ai-sdk-runtime.d.ts +23 -0
- package/node_modules/@ktx/context/dist/llm/ai-sdk-runtime.js +133 -0
- package/node_modules/@ktx/context/dist/llm/claude-code-env.d.ts +2 -0
- package/node_modules/@ktx/context/dist/llm/claude-code-env.js +21 -0
- package/node_modules/@ktx/context/dist/llm/claude-code-env.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/llm/claude-code-env.test.js +17 -0
- package/node_modules/@ktx/context/dist/llm/claude-code-models.d.ts +1 -0
- package/node_modules/@ktx/context/dist/llm/claude-code-models.js +17 -0
- package/node_modules/@ktx/context/dist/llm/claude-code-models.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/llm/claude-code-models.test.js +15 -0
- package/node_modules/@ktx/context/dist/llm/claude-code-runtime.d.ts +36 -0
- package/node_modules/@ktx/context/dist/llm/claude-code-runtime.js +242 -0
- package/node_modules/@ktx/context/dist/llm/claude-code-runtime.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/llm/claude-code-runtime.test.js +384 -0
- package/node_modules/@ktx/context/dist/llm/debug-request-recorder.d.ts +44 -0
- package/node_modules/@ktx/context/dist/llm/debug-request-recorder.js +79 -0
- package/node_modules/@ktx/context/dist/llm/debug-request-recorder.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/llm/debug-request-recorder.test.js +112 -0
- package/node_modules/@ktx/context/dist/llm/embedding-port.d.ts +17 -0
- package/node_modules/@ktx/context/dist/llm/embedding-port.js +31 -0
- package/node_modules/@ktx/context/dist/llm/embedding-port.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/llm/embedding-port.test.js +34 -0
- package/node_modules/@ktx/context/dist/llm/generation.d.ts +8 -0
- package/node_modules/@ktx/context/dist/llm/generation.js +6 -0
- package/node_modules/@ktx/context/dist/llm/index.d.ts +13 -0
- package/node_modules/@ktx/context/dist/llm/index.js +10 -0
- package/node_modules/@ktx/context/dist/llm/local-config.d.ts +22 -0
- package/node_modules/@ktx/context/dist/llm/local-config.js +145 -0
- package/node_modules/@ktx/context/dist/llm/local-config.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/llm/local-config.test.js +165 -0
- package/node_modules/@ktx/context/dist/llm/runtime-local-config.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/llm/runtime-local-config.test.js +17 -0
- package/node_modules/@ktx/context/dist/llm/runtime-port.d.ts +59 -0
- package/node_modules/@ktx/context/dist/llm/runtime-port.js +9 -0
- package/node_modules/@ktx/context/dist/llm/runtime-tools.d.ts +10 -0
- package/node_modules/@ktx/context/dist/llm/runtime-tools.js +68 -0
- package/node_modules/@ktx/context/dist/llm/runtime-tools.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/llm/runtime-tools.test.js +36 -0
- package/node_modules/@ktx/context/dist/mcp/context-tools.d.ts +9 -0
- package/node_modules/@ktx/context/dist/mcp/context-tools.js +398 -0
- package/node_modules/@ktx/context/dist/mcp/index.d.ts +5 -0
- package/node_modules/@ktx/context/dist/mcp/index.js +3 -0
- package/node_modules/@ktx/context/dist/mcp/local-project-ports.d.ts +18 -0
- package/node_modules/@ktx/context/dist/mcp/local-project-ports.js +631 -0
- package/node_modules/@ktx/context/dist/mcp/local-project-ports.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/mcp/local-project-ports.test.js +1388 -0
- package/node_modules/@ktx/context/dist/mcp/server.d.ts +7 -0
- package/node_modules/@ktx/context/dist/mcp/server.js +69 -0
- package/node_modules/@ktx/context/dist/mcp/server.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/mcp/server.test.js +991 -0
- package/node_modules/@ktx/context/dist/mcp/types.d.ts +347 -0
- package/node_modules/@ktx/context/dist/mcp/types.js +1 -0
- package/node_modules/@ktx/context/dist/memory/capture-signals.d.ts +8 -0
- package/node_modules/@ktx/context/dist/memory/capture-signals.js +103 -0
- package/node_modules/@ktx/context/dist/memory/index.d.ts +6 -0
- package/node_modules/@ktx/context/dist/memory/index.js +5 -0
- package/node_modules/@ktx/context/dist/memory/local-memory-runs.d.ts +22 -0
- package/node_modules/@ktx/context/dist/memory/local-memory-runs.js +165 -0
- package/node_modules/@ktx/context/dist/memory/local-memory.d.ts +22 -0
- package/node_modules/@ktx/context/dist/memory/local-memory.js +385 -0
- package/node_modules/@ktx/context/dist/memory/local-memory.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/memory/local-memory.test.js +159 -0
- package/node_modules/@ktx/context/dist/memory/memory-agent.service.d.ts +59 -0
- package/node_modules/@ktx/context/dist/memory/memory-agent.service.ingest.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/memory/memory-agent.service.ingest.test.js +355 -0
- package/node_modules/@ktx/context/dist/memory/memory-agent.service.js +539 -0
- package/node_modules/@ktx/context/dist/memory/memory-agent.service.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/memory/memory-agent.service.test.js +413 -0
- package/node_modules/@ktx/context/dist/memory/memory-runs.d.ts +54 -0
- package/node_modules/@ktx/context/dist/memory/memory-runs.js +78 -0
- package/node_modules/@ktx/context/dist/memory/memory-runs.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/memory/memory-runs.test.js +158 -0
- package/node_modules/@ktx/context/dist/memory/memory-runtime-assets.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/memory/memory-runtime-assets.test.js +162 -0
- package/node_modules/@ktx/context/dist/memory/types.d.ts +133 -0
- package/node_modules/@ktx/context/dist/memory/types.js +1 -0
- package/node_modules/@ktx/context/dist/package-exports.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/package-exports.test.js +249 -0
- package/node_modules/@ktx/context/dist/project/config.d.ts +568 -0
- package/node_modules/@ktx/context/dist/project/config.js +331 -0
- package/node_modules/@ktx/context/dist/project/config.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/project/config.test.js +467 -0
- package/node_modules/@ktx/context/dist/project/driver-schemas.d.ts +98 -0
- package/node_modules/@ktx/context/dist/project/driver-schemas.js +180 -0
- package/node_modules/@ktx/context/dist/project/driver-schemas.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/project/driver-schemas.test.js +125 -0
- package/node_modules/@ktx/context/dist/project/index.d.ts +12 -0
- package/node_modules/@ktx/context/dist/project/index.js +6 -0
- package/node_modules/@ktx/context/dist/project/local-git-file-store.d.ts +23 -0
- package/node_modules/@ktx/context/dist/project/local-git-file-store.js +140 -0
- package/node_modules/@ktx/context/dist/project/local-git-file-store.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/project/local-git-file-store.test.js +71 -0
- package/node_modules/@ktx/context/dist/project/local-state-db.d.ts +2 -0
- package/node_modules/@ktx/context/dist/project/local-state-db.js +4 -0
- package/node_modules/@ktx/context/dist/project/mappings-yaml-schema.d.ts +58 -0
- package/node_modules/@ktx/context/dist/project/mappings-yaml-schema.js +109 -0
- package/node_modules/@ktx/context/dist/project/mappings-yaml-schema.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/project/mappings-yaml-schema.test.js +79 -0
- package/node_modules/@ktx/context/dist/project/project.d.ts +29 -0
- package/node_modules/@ktx/context/dist/project/project.js +93 -0
- package/node_modules/@ktx/context/dist/project/project.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/project/project.test.js +55 -0
- package/node_modules/@ktx/context/dist/project/setup-config.d.ts +12 -0
- package/node_modules/@ktx/context/dist/project/setup-config.js +70 -0
- package/node_modules/@ktx/context/dist/project/setup-config.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/project/setup-config.test.js +37 -0
- package/node_modules/@ktx/context/dist/prompts/index.d.ts +2 -0
- package/node_modules/@ktx/context/dist/prompts/index.js +1 -0
- package/node_modules/@ktx/context/dist/prompts/prompt.service.d.ts +28 -0
- package/node_modules/@ktx/context/dist/prompts/prompt.service.js +84 -0
- package/node_modules/@ktx/context/dist/prompts/prompt.service.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/prompts/prompt.service.test.js +43 -0
- package/node_modules/@ktx/context/dist/scan/credentials.d.ts +8 -0
- package/node_modules/@ktx/context/dist/scan/credentials.js +38 -0
- package/node_modules/@ktx/context/dist/scan/credentials.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/credentials.test.js +161 -0
- package/node_modules/@ktx/context/dist/scan/data-dictionary.d.ts +22 -0
- package/node_modules/@ktx/context/dist/scan/data-dictionary.js +66 -0
- package/node_modules/@ktx/context/dist/scan/data-dictionary.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/data-dictionary.test.js +92 -0
- package/node_modules/@ktx/context/dist/scan/description-generation.d.ts +122 -0
- package/node_modules/@ktx/context/dist/scan/description-generation.js +556 -0
- package/node_modules/@ktx/context/dist/scan/description-generation.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/description-generation.test.js +587 -0
- package/node_modules/@ktx/context/dist/scan/embedding-text.d.ts +21 -0
- package/node_modules/@ktx/context/dist/scan/embedding-text.js +23 -0
- package/node_modules/@ktx/context/dist/scan/embedding-text.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/embedding-text.test.js +36 -0
- package/node_modules/@ktx/context/dist/scan/enrichment-state.d.ts +48 -0
- package/node_modules/@ktx/context/dist/scan/enrichment-state.js +44 -0
- package/node_modules/@ktx/context/dist/scan/enrichment-state.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/enrichment-state.test.js +147 -0
- package/node_modules/@ktx/context/dist/scan/enrichment-summary.d.ts +4 -0
- package/node_modules/@ktx/context/dist/scan/enrichment-summary.js +44 -0
- package/node_modules/@ktx/context/dist/scan/enrichment-summary.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/enrichment-summary.test.js +34 -0
- package/node_modules/@ktx/context/dist/scan/enrichment-types.d.ts +104 -0
- package/node_modules/@ktx/context/dist/scan/enrichment-types.js +1 -0
- package/node_modules/@ktx/context/dist/scan/enrichment-types.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/enrichment-types.test.js +141 -0
- package/node_modules/@ktx/context/dist/scan/entity-details.d.ts +57 -0
- package/node_modules/@ktx/context/dist/scan/entity-details.js +216 -0
- package/node_modules/@ktx/context/dist/scan/entity-details.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/entity-details.test.js +234 -0
- package/node_modules/@ktx/context/dist/scan/index.d.ts +72 -0
- package/node_modules/@ktx/context/dist/scan/index.js +37 -0
- package/node_modules/@ktx/context/dist/scan/local-enrichment-artifacts.d.ts +32 -0
- package/node_modules/@ktx/context/dist/scan/local-enrichment-artifacts.js +274 -0
- package/node_modules/@ktx/context/dist/scan/local-enrichment-artifacts.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/local-enrichment-artifacts.test.js +767 -0
- package/node_modules/@ktx/context/dist/scan/local-enrichment.d.ts +49 -0
- package/node_modules/@ktx/context/dist/scan/local-enrichment.js +494 -0
- package/node_modules/@ktx/context/dist/scan/local-enrichment.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/local-enrichment.test.js +757 -0
- package/node_modules/@ktx/context/dist/scan/local-scan.d.ts +68 -0
- package/node_modules/@ktx/context/dist/scan/local-scan.js +427 -0
- package/node_modules/@ktx/context/dist/scan/local-scan.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/local-scan.test.js +1399 -0
- package/node_modules/@ktx/context/dist/scan/local-structural-artifacts.d.ts +10 -0
- package/node_modules/@ktx/context/dist/scan/local-structural-artifacts.js +86 -0
- package/node_modules/@ktx/context/dist/scan/local-structural-artifacts.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/local-structural-artifacts.test.js +144 -0
- package/node_modules/@ktx/context/dist/scan/orchestrator.d.ts +44 -0
- package/node_modules/@ktx/context/dist/scan/orchestrator.js +186 -0
- package/node_modules/@ktx/context/dist/scan/orchestrator.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/orchestrator.test.js +335 -0
- package/node_modules/@ktx/context/dist/scan/relationship-artifacts.d.ts +20 -0
- package/node_modules/@ktx/context/dist/scan/relationship-artifacts.js +45 -0
- package/node_modules/@ktx/context/dist/scan/relationship-artifacts.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/relationship-artifacts.test.js +268 -0
- package/node_modules/@ktx/context/dist/scan/relationship-benchmark-report.d.ts +52 -0
- package/node_modules/@ktx/context/dist/scan/relationship-benchmark-report.js +252 -0
- package/node_modules/@ktx/context/dist/scan/relationship-benchmark-report.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/relationship-benchmark-report.test.js +389 -0
- package/node_modules/@ktx/context/dist/scan/relationship-benchmarks.d.ts +148 -0
- package/node_modules/@ktx/context/dist/scan/relationship-benchmarks.js +646 -0
- package/node_modules/@ktx/context/dist/scan/relationship-benchmarks.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/relationship-benchmarks.test.js +1072 -0
- package/node_modules/@ktx/context/dist/scan/relationship-budget.d.ts +19 -0
- package/node_modules/@ktx/context/dist/scan/relationship-budget.js +34 -0
- package/node_modules/@ktx/context/dist/scan/relationship-budget.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/relationship-budget.test.js +71 -0
- package/node_modules/@ktx/context/dist/scan/relationship-candidates.d.ts +49 -0
- package/node_modules/@ktx/context/dist/scan/relationship-candidates.js +556 -0
- package/node_modules/@ktx/context/dist/scan/relationship-candidates.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/relationship-candidates.test.js +747 -0
- package/node_modules/@ktx/context/dist/scan/relationship-composite-candidates.d.ts +66 -0
- package/node_modules/@ktx/context/dist/scan/relationship-composite-candidates.js +422 -0
- package/node_modules/@ktx/context/dist/scan/relationship-composite-candidates.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/relationship-composite-candidates.test.js +69 -0
- package/node_modules/@ktx/context/dist/scan/relationship-diagnostics.d.ts +94 -0
- package/node_modules/@ktx/context/dist/scan/relationship-diagnostics.js +224 -0
- package/node_modules/@ktx/context/dist/scan/relationship-diagnostics.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/relationship-diagnostics.test.js +333 -0
- package/node_modules/@ktx/context/dist/scan/relationship-discovery.d.ts +27 -0
- package/node_modules/@ktx/context/dist/scan/relationship-discovery.js +247 -0
- package/node_modules/@ktx/context/dist/scan/relationship-discovery.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/relationship-discovery.test.js +618 -0
- package/node_modules/@ktx/context/dist/scan/relationship-feedback-calibration.d.ts +70 -0
- package/node_modules/@ktx/context/dist/scan/relationship-feedback-calibration.js +170 -0
- package/node_modules/@ktx/context/dist/scan/relationship-feedback-calibration.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/relationship-feedback-calibration.test.js +175 -0
- package/node_modules/@ktx/context/dist/scan/relationship-feedback-export.d.ts +54 -0
- package/node_modules/@ktx/context/dist/scan/relationship-feedback-export.js +96 -0
- package/node_modules/@ktx/context/dist/scan/relationship-feedback-export.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/relationship-feedback-export.test.js +241 -0
- package/node_modules/@ktx/context/dist/scan/relationship-formal-metadata.d.ts +7 -0
- package/node_modules/@ktx/context/dist/scan/relationship-formal-metadata.js +43 -0
- package/node_modules/@ktx/context/dist/scan/relationship-formal-metadata.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/relationship-formal-metadata.test.js +125 -0
- package/node_modules/@ktx/context/dist/scan/relationship-graph-resolver.d.ts +48 -0
- package/node_modules/@ktx/context/dist/scan/relationship-graph-resolver.js +367 -0
- package/node_modules/@ktx/context/dist/scan/relationship-graph-resolver.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/relationship-graph-resolver.test.js +604 -0
- package/node_modules/@ktx/context/dist/scan/relationship-llm-proposal.d.ts +25 -0
- package/node_modules/@ktx/context/dist/scan/relationship-llm-proposal.js +193 -0
- package/node_modules/@ktx/context/dist/scan/relationship-llm-proposal.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/relationship-llm-proposal.test.js +197 -0
- package/node_modules/@ktx/context/dist/scan/relationship-locality.d.ts +15 -0
- package/node_modules/@ktx/context/dist/scan/relationship-locality.js +129 -0
- package/node_modules/@ktx/context/dist/scan/relationship-locality.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/relationship-locality.test.js +128 -0
- package/node_modules/@ktx/context/dist/scan/relationship-name-similarity.d.ts +13 -0
- package/node_modules/@ktx/context/dist/scan/relationship-name-similarity.js +123 -0
- package/node_modules/@ktx/context/dist/scan/relationship-name-similarity.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/relationship-name-similarity.test.js +68 -0
- package/node_modules/@ktx/context/dist/scan/relationship-profiling.d.ts +55 -0
- package/node_modules/@ktx/context/dist/scan/relationship-profiling.js +321 -0
- package/node_modules/@ktx/context/dist/scan/relationship-profiling.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/relationship-profiling.test.js +313 -0
- package/node_modules/@ktx/context/dist/scan/relationship-review-apply.d.ts +34 -0
- package/node_modules/@ktx/context/dist/scan/relationship-review-apply.js +152 -0
- package/node_modules/@ktx/context/dist/scan/relationship-review-apply.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/relationship-review-apply.test.js +321 -0
- package/node_modules/@ktx/context/dist/scan/relationship-review-decisions.d.ts +46 -0
- package/node_modules/@ktx/context/dist/scan/relationship-review-decisions.js +92 -0
- package/node_modules/@ktx/context/dist/scan/relationship-review-decisions.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/relationship-review-decisions.test.js +312 -0
- package/node_modules/@ktx/context/dist/scan/relationship-scoring.d.ts +29 -0
- package/node_modules/@ktx/context/dist/scan/relationship-scoring.js +95 -0
- package/node_modules/@ktx/context/dist/scan/relationship-scoring.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/relationship-scoring.test.js +86 -0
- package/node_modules/@ktx/context/dist/scan/relationship-threshold-advice.d.ts +60 -0
- package/node_modules/@ktx/context/dist/scan/relationship-threshold-advice.js +190 -0
- package/node_modules/@ktx/context/dist/scan/relationship-threshold-advice.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/relationship-threshold-advice.test.js +205 -0
- package/node_modules/@ktx/context/dist/scan/relationship-validation.d.ts +44 -0
- package/node_modules/@ktx/context/dist/scan/relationship-validation.js +240 -0
- package/node_modules/@ktx/context/dist/scan/relationship-validation.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/relationship-validation.test.js +450 -0
- package/node_modules/@ktx/context/dist/scan/sqlite-local-enrichment-state-store.d.ts +12 -0
- package/node_modules/@ktx/context/dist/scan/sqlite-local-enrichment-state-store.js +190 -0
- package/node_modules/@ktx/context/dist/scan/type-normalization.d.ts +8 -0
- package/node_modules/@ktx/context/dist/scan/type-normalization.js +23 -0
- package/node_modules/@ktx/context/dist/scan/type-normalization.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/type-normalization.test.js +21 -0
- package/node_modules/@ktx/context/dist/scan/types.d.ts +309 -0
- package/node_modules/@ktx/context/dist/scan/types.js +13 -0
- package/node_modules/@ktx/context/dist/scan/types.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/types.test.js +206 -0
- package/node_modules/@ktx/context/dist/scan/warehouse-catalog.d.ts +69 -0
- package/node_modules/@ktx/context/dist/scan/warehouse-catalog.js +311 -0
- package/node_modules/@ktx/context/dist/scan/warehouse-catalog.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/scan/warehouse-catalog.test.js +158 -0
- package/node_modules/@ktx/context/dist/search/backend-conformance.d.ts +39 -0
- package/node_modules/@ktx/context/dist/search/backend-conformance.js +88 -0
- package/node_modules/@ktx/context/dist/search/backend-conformance.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/search/backend-conformance.test.js +408 -0
- package/node_modules/@ktx/context/dist/search/discover.d.ts +30 -0
- package/node_modules/@ktx/context/dist/search/discover.js +340 -0
- package/node_modules/@ktx/context/dist/search/discover.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/search/discover.test.js +197 -0
- package/node_modules/@ktx/context/dist/search/hybrid-search-core.d.ts +4 -0
- package/node_modules/@ktx/context/dist/search/hybrid-search-core.js +106 -0
- package/node_modules/@ktx/context/dist/search/hybrid-search-core.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/search/hybrid-search-core.test.js +113 -0
- package/node_modules/@ktx/context/dist/search/index.d.ts +8 -0
- package/node_modules/@ktx/context/dist/search/index.js +5 -0
- package/node_modules/@ktx/context/dist/search/pglite-owner-process.d.ts +27 -0
- package/node_modules/@ktx/context/dist/search/pglite-owner-process.js +89 -0
- package/node_modules/@ktx/context/dist/search/pglite-owner-process.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/search/pglite-owner-process.test.js +286 -0
- package/node_modules/@ktx/context/dist/search/pglite-runtime-boundary.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/search/pglite-runtime-boundary.test.js +48 -0
- package/node_modules/@ktx/context/dist/search/pglite-spike.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/search/pglite-spike.test.js +249 -0
- package/node_modules/@ktx/context/dist/search/query.d.ts +3 -0
- package/node_modules/@ktx/context/dist/search/query.js +15 -0
- package/node_modules/@ktx/context/dist/search/query.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/search/query.test.js +23 -0
- package/node_modules/@ktx/context/dist/search/rrf.d.ts +5 -0
- package/node_modules/@ktx/context/dist/search/rrf.js +13 -0
- package/node_modules/@ktx/context/dist/search/rrf.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/search/rrf.test.js +47 -0
- package/node_modules/@ktx/context/dist/search/types.d.ts +73 -0
- package/node_modules/@ktx/context/dist/search/types.js +1 -0
- package/node_modules/@ktx/context/dist/skills/index.d.ts +2 -0
- package/node_modules/@ktx/context/dist/skills/index.js +1 -0
- package/node_modules/@ktx/context/dist/skills/skills-registry.service.d.ts +35 -0
- package/node_modules/@ktx/context/dist/skills/skills-registry.service.js +215 -0
- package/node_modules/@ktx/context/dist/skills/skills-registry.service.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/skills/skills-registry.service.test.js +161 -0
- package/node_modules/@ktx/context/dist/sl/description-normalization.d.ts +5 -0
- package/node_modules/@ktx/context/dist/sl/description-normalization.js +100 -0
- package/node_modules/@ktx/context/dist/sl/descriptions.d.ts +14 -0
- package/node_modules/@ktx/context/dist/sl/descriptions.js +20 -0
- package/node_modules/@ktx/context/dist/sl/dictionary-search.d.ts +42 -0
- package/node_modules/@ktx/context/dist/sl/dictionary-search.js +121 -0
- package/node_modules/@ktx/context/dist/sl/dictionary-search.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/sl/dictionary-search.test.js +204 -0
- package/node_modules/@ktx/context/dist/sl/index.d.ts +15 -0
- package/node_modules/@ktx/context/dist/sl/index.js +10 -0
- package/node_modules/@ktx/context/dist/sl/local-query.d.ts +17 -0
- package/node_modules/@ktx/context/dist/sl/local-query.js +111 -0
- package/node_modules/@ktx/context/dist/sl/local-query.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/sl/local-query.test.js +218 -0
- package/node_modules/@ktx/context/dist/sl/local-sl.d.ts +60 -0
- package/node_modules/@ktx/context/dist/sl/local-sl.js +484 -0
- package/node_modules/@ktx/context/dist/sl/local-sl.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/sl/local-sl.test.js +334 -0
- package/node_modules/@ktx/context/dist/sl/pglite-sl-search-prototype.d.ts +16 -0
- package/node_modules/@ktx/context/dist/sl/pglite-sl-search-prototype.js +433 -0
- package/node_modules/@ktx/context/dist/sl/pglite-sl-search-prototype.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/sl/pglite-sl-search-prototype.test.js +240 -0
- package/node_modules/@ktx/context/dist/sl/ports.d.ts +61 -0
- package/node_modules/@ktx/context/dist/sl/ports.js +1 -0
- package/node_modules/@ktx/context/dist/sl/schemas.contract.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/sl/schemas.contract.test.js +62 -0
- package/node_modules/@ktx/context/dist/sl/schemas.d.ts +282 -0
- package/node_modules/@ktx/context/dist/sl/schemas.js +181 -0
- package/node_modules/@ktx/context/dist/sl/semantic-layer.service.d.ts +214 -0
- package/node_modules/@ktx/context/dist/sl/semantic-layer.service.js +1334 -0
- package/node_modules/@ktx/context/dist/sl/semantic-layer.service.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/sl/semantic-layer.service.test.js +1084 -0
- package/node_modules/@ktx/context/dist/sl/sl-dictionary-profile.d.ts +9 -0
- package/node_modules/@ktx/context/dist/sl/sl-dictionary-profile.js +80 -0
- package/node_modules/@ktx/context/dist/sl/sl-dictionary-profile.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/sl/sl-dictionary-profile.test.js +88 -0
- package/node_modules/@ktx/context/dist/sl/sl-search.service.d.ts +17 -0
- package/node_modules/@ktx/context/dist/sl/sl-search.service.js +156 -0
- package/node_modules/@ktx/context/dist/sl/sl-search.service.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/sl/sl-search.service.test.js +195 -0
- package/node_modules/@ktx/context/dist/sl/sl-validator.port.d.ts +7 -0
- package/node_modules/@ktx/context/dist/sl/sl-validator.port.js +1 -0
- package/node_modules/@ktx/context/dist/sl/sqlite-sl-sources-index.d.ts +56 -0
- package/node_modules/@ktx/context/dist/sl/sqlite-sl-sources-index.js +419 -0
- package/node_modules/@ktx/context/dist/sl/sqlite-sl-sources-index.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/sl/sqlite-sl-sources-index.test.js +151 -0
- package/node_modules/@ktx/context/dist/sl/tools/base-semantic-layer.tool.d.ts +45 -0
- package/node_modules/@ktx/context/dist/sl/tools/base-semantic-layer.tool.js +91 -0
- package/node_modules/@ktx/context/dist/sl/tools/connection-id-schema.d.ts +2 -0
- package/node_modules/@ktx/context/dist/sl/tools/connection-id-schema.js +5 -0
- package/node_modules/@ktx/context/dist/sl/tools/connection-id-schema.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/sl/tools/connection-id-schema.test.js +14 -0
- package/node_modules/@ktx/context/dist/sl/tools/index.d.ts +11 -0
- package/node_modules/@ktx/context/dist/sl/tools/index.js +8 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-discover.tool.d.ts +52 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-discover.tool.js +260 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-discover.tool.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-discover.tool.test.js +72 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-edit-source.tool.d.ts +33 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-edit-source.tool.js +173 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-edit-source.tool.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-edit-source.tool.test.js +169 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-read-source.tool.d.ts +23 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-read-source.tool.js +47 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-read-source.tool.session.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-read-source.tool.session.test.js +55 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-rollback.tool.d.ts +25 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-rollback.tool.js +63 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-rollback.tool.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-rollback.tool.test.js +57 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-validate.tool.d.ts +23 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-validate.tool.js +100 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-validate.tool.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-validate.tool.test.js +54 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-warehouse-validation.d.ts +29 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-warehouse-validation.js +245 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-warehouse-validation.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-warehouse-validation.test.js +136 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-write-source.tool.d.ts +422 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-write-source.tool.js +315 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-write-source.tool.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/sl/tools/sl-write-source.tool.test.js +285 -0
- package/node_modules/@ktx/context/dist/sl/types.d.ts +147 -0
- package/node_modules/@ktx/context/dist/sl/types.js +1 -0
- package/node_modules/@ktx/context/dist/sql-analysis/http-sql-analysis-port.d.ts +7 -0
- package/node_modules/@ktx/context/dist/sql-analysis/http-sql-analysis-port.js +188 -0
- package/node_modules/@ktx/context/dist/sql-analysis/http-sql-analysis-port.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/sql-analysis/http-sql-analysis-port.test.js +147 -0
- package/node_modules/@ktx/context/dist/sql-analysis/index.d.ts +3 -0
- package/node_modules/@ktx/context/dist/sql-analysis/index.js +1 -0
- package/node_modules/@ktx/context/dist/sql-analysis/ports.d.ts +33 -0
- package/node_modules/@ktx/context/dist/sql-analysis/ports.js +1 -0
- package/node_modules/@ktx/context/dist/test/make-local-git-repo.d.ts +10 -0
- package/node_modules/@ktx/context/dist/test/make-local-git-repo.js +34 -0
- package/node_modules/@ktx/context/dist/tools/action-raw-paths.d.ts +10 -0
- package/node_modules/@ktx/context/dist/tools/action-raw-paths.js +18 -0
- package/node_modules/@ktx/context/dist/tools/authors.d.ts +8 -0
- package/node_modules/@ktx/context/dist/tools/authors.js +4 -0
- package/node_modules/@ktx/context/dist/tools/base-tool.d.ts +85 -0
- package/node_modules/@ktx/context/dist/tools/base-tool.js +94 -0
- package/node_modules/@ktx/context/dist/tools/context-candidate-mark.tool.d.ts +41 -0
- package/node_modules/@ktx/context/dist/tools/context-candidate-mark.tool.js +44 -0
- package/node_modules/@ktx/context/dist/tools/context-candidate-write.tool.d.ts +64 -0
- package/node_modules/@ktx/context/dist/tools/context-candidate-write.tool.js +140 -0
- package/node_modules/@ktx/context/dist/tools/context-evidence-ids.d.ts +3 -0
- package/node_modules/@ktx/context/dist/tools/context-evidence-ids.js +12 -0
- package/node_modules/@ktx/context/dist/tools/context-evidence-neighbors.tool.d.ts +48 -0
- package/node_modules/@ktx/context/dist/tools/context-evidence-neighbors.tool.js +69 -0
- package/node_modules/@ktx/context/dist/tools/context-evidence-read.tool.d.ts +37 -0
- package/node_modules/@ktx/context/dist/tools/context-evidence-read.tool.js +118 -0
- package/node_modules/@ktx/context/dist/tools/context-evidence-search.tool.d.ts +57 -0
- package/node_modules/@ktx/context/dist/tools/context-evidence-search.tool.js +92 -0
- package/node_modules/@ktx/context/dist/tools/context-evidence-tool-store.d.ts +112 -0
- package/node_modules/@ktx/context/dist/tools/context-evidence-tool-store.js +1 -0
- package/node_modules/@ktx/context/dist/tools/context-evidence-tools.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/tools/context-evidence-tools.test.js +486 -0
- package/node_modules/@ktx/context/dist/tools/context-ingest-metadata.d.ts +9 -0
- package/node_modules/@ktx/context/dist/tools/context-ingest-metadata.js +13 -0
- package/node_modules/@ktx/context/dist/tools/index.d.ts +18 -0
- package/node_modules/@ktx/context/dist/tools/index.js +11 -0
- package/node_modules/@ktx/context/dist/tools/sql-edit-replacer.d.ts +16 -0
- package/node_modules/@ktx/context/dist/tools/sql-edit-replacer.js +173 -0
- package/node_modules/@ktx/context/dist/tools/tool-session.d.ts +54 -0
- package/node_modules/@ktx/context/dist/tools/tool-session.js +1 -0
- package/node_modules/@ktx/context/dist/tools/touched-sl-sources.d.ts +12 -0
- package/node_modules/@ktx/context/dist/tools/touched-sl-sources.js +47 -0
- package/node_modules/@ktx/context/dist/tools/touched-sl-sources.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/tools/touched-sl-sources.test.js +31 -0
- package/node_modules/@ktx/context/dist/wiki/index.d.ts +9 -0
- package/node_modules/@ktx/context/dist/wiki/index.js +6 -0
- package/node_modules/@ktx/context/dist/wiki/keys.d.ts +11 -0
- package/node_modules/@ktx/context/dist/wiki/keys.js +26 -0
- package/node_modules/@ktx/context/dist/wiki/knowledge-search-text.d.ts +1 -0
- package/node_modules/@ktx/context/dist/wiki/knowledge-search-text.js +7 -0
- package/node_modules/@ktx/context/dist/wiki/knowledge-wiki.service.d.ts +76 -0
- package/node_modules/@ktx/context/dist/wiki/knowledge-wiki.service.js +346 -0
- package/node_modules/@ktx/context/dist/wiki/knowledge-wiki.service.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/wiki/knowledge-wiki.service.test.js +134 -0
- package/node_modules/@ktx/context/dist/wiki/local-knowledge.d.ts +55 -0
- package/node_modules/@ktx/context/dist/wiki/local-knowledge.js +286 -0
- package/node_modules/@ktx/context/dist/wiki/local-knowledge.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/wiki/local-knowledge.test.js +226 -0
- package/node_modules/@ktx/context/dist/wiki/ports.d.ts +70 -0
- package/node_modules/@ktx/context/dist/wiki/ports.js +1 -0
- package/node_modules/@ktx/context/dist/wiki/sqlite-knowledge-index.d.ts +43 -0
- package/node_modules/@ktx/context/dist/wiki/sqlite-knowledge-index.js +208 -0
- package/node_modules/@ktx/context/dist/wiki/sqlite-knowledge-index.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/wiki/sqlite-knowledge-index.test.js +103 -0
- package/node_modules/@ktx/context/dist/wiki/tools/index.d.ts +5 -0
- package/node_modules/@ktx/context/dist/wiki/tools/index.js +5 -0
- package/node_modules/@ktx/context/dist/wiki/tools/wiki-list-tags.tool.d.ts +16 -0
- package/node_modules/@ktx/context/dist/wiki/tools/wiki-list-tags.tool.js +34 -0
- package/node_modules/@ktx/context/dist/wiki/tools/wiki-list-tags.tool.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/wiki/tools/wiki-list-tags.tool.test.js +35 -0
- package/node_modules/@ktx/context/dist/wiki/tools/wiki-read.tool.d.ts +28 -0
- package/node_modules/@ktx/context/dist/wiki/tools/wiki-read.tool.js +59 -0
- package/node_modules/@ktx/context/dist/wiki/tools/wiki-read.tool.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/wiki/tools/wiki-read.tool.test.js +66 -0
- package/node_modules/@ktx/context/dist/wiki/tools/wiki-remove.tool.d.ts +28 -0
- package/node_modules/@ktx/context/dist/wiki/tools/wiki-remove.tool.js +85 -0
- package/node_modules/@ktx/context/dist/wiki/tools/wiki-remove.tool.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/wiki/tools/wiki-remove.tool.test.js +95 -0
- package/node_modules/@ktx/context/dist/wiki/tools/wiki-search.tool.d.ts +49 -0
- package/node_modules/@ktx/context/dist/wiki/tools/wiki-search.tool.js +51 -0
- package/node_modules/@ktx/context/dist/wiki/tools/wiki-search.tool.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/wiki/tools/wiki-search.tool.test.js +35 -0
- package/node_modules/@ktx/context/dist/wiki/tools/wiki-write.tool.d.ts +80 -0
- package/node_modules/@ktx/context/dist/wiki/tools/wiki-write.tool.js +255 -0
- package/node_modules/@ktx/context/dist/wiki/tools/wiki-write.tool.test.d.ts +1 -0
- package/node_modules/@ktx/context/dist/wiki/tools/wiki-write.tool.test.js +236 -0
- package/node_modules/@ktx/context/dist/wiki/types.d.ts +50 -0
- package/node_modules/@ktx/context/dist/wiki/types.js +1 -0
- package/node_modules/@ktx/context/package.json +117 -0
- package/node_modules/@ktx/context/prompts/memory_agent_backfill.md +21 -0
- package/node_modules/@ktx/context/prompts/memory_agent_bundle_ingest_reconcile.md +29 -0
- package/node_modules/@ktx/context/prompts/memory_agent_bundle_ingest_work_unit.md +32 -0
- package/node_modules/@ktx/context/prompts/memory_agent_external_ingest.md +28 -0
- package/node_modules/@ktx/context/prompts/memory_agent_research.md +30 -0
- package/node_modules/@ktx/context/prompts/skills/light_extraction.md +40 -0
- package/node_modules/@ktx/context/prompts/skills/page_triage_classifier.md +40 -0
- package/node_modules/@ktx/context/skills/_shared/identifier-verification.md +27 -0
- package/node_modules/@ktx/context/skills/dbt_ingest/SKILL.md +76 -0
- package/node_modules/@ktx/context/skills/historic_sql_patterns/SKILL.md +91 -0
- package/node_modules/@ktx/context/skills/historic_sql_table_digest/SKILL.md +89 -0
- package/node_modules/@ktx/context/skills/ingest_triage/SKILL.md +77 -0
- package/node_modules/@ktx/context/skills/live_database_ingest/SKILL.md +89 -0
- package/node_modules/@ktx/context/skills/looker_ingest/SKILL.md +248 -0
- package/node_modules/@ktx/context/skills/lookml_ingest/SKILL.md +219 -0
- package/node_modules/@ktx/context/skills/metabase_ingest/SKILL.md +253 -0
- package/node_modules/@ktx/context/skills/metricflow_ingest/SKILL.md +313 -0
- package/node_modules/@ktx/context/skills/notion_synthesize/SKILL.md +104 -0
- package/node_modules/@ktx/context/skills/sl/SKILL.md +247 -0
- package/node_modules/@ktx/context/skills/sl_capture/SKILL.md +346 -0
- package/node_modules/@ktx/context/skills/wiki_capture/SKILL.md +160 -0
- package/node_modules/@ktx/llm/dist/embedding-health.d.ts +14 -0
- package/node_modules/@ktx/llm/dist/embedding-health.js +36 -0
- package/node_modules/@ktx/llm/dist/embedding-health.test.d.ts +1 -0
- package/node_modules/@ktx/llm/dist/embedding-health.test.js +72 -0
- package/node_modules/@ktx/llm/dist/embedding-provider.d.ts +35 -0
- package/node_modules/@ktx/llm/dist/embedding-provider.js +287 -0
- package/node_modules/@ktx/llm/dist/embedding-provider.test.d.ts +1 -0
- package/node_modules/@ktx/llm/dist/embedding-provider.test.js +99 -0
- package/node_modules/@ktx/llm/dist/index.d.ts +11 -0
- package/node_modules/@ktx/llm/dist/index.js +6 -0
- package/node_modules/@ktx/llm/dist/message-builder.d.ts +45 -0
- package/node_modules/@ktx/llm/dist/message-builder.js +151 -0
- package/node_modules/@ktx/llm/dist/message-builder.test.d.ts +1 -0
- package/node_modules/@ktx/llm/dist/message-builder.test.js +127 -0
- package/node_modules/@ktx/llm/dist/model-health.d.ts +18 -0
- package/node_modules/@ktx/llm/dist/model-health.js +38 -0
- package/node_modules/@ktx/llm/dist/model-health.test.d.ts +1 -0
- package/node_modules/@ktx/llm/dist/model-health.test.js +55 -0
- package/node_modules/@ktx/llm/dist/model-provider.d.ts +22 -0
- package/node_modules/@ktx/llm/dist/model-provider.js +150 -0
- package/node_modules/@ktx/llm/dist/model-provider.test.d.ts +1 -0
- package/node_modules/@ktx/llm/dist/model-provider.test.js +246 -0
- package/node_modules/@ktx/llm/dist/package-exports.test.d.ts +1 -0
- package/node_modules/@ktx/llm/dist/package-exports.test.js +17 -0
- package/node_modules/@ktx/llm/dist/repair.d.ts +8 -0
- package/node_modules/@ktx/llm/dist/repair.js +75 -0
- package/node_modules/@ktx/llm/dist/repair.test.d.ts +1 -0
- package/node_modules/@ktx/llm/dist/repair.test.js +78 -0
- package/node_modules/@ktx/llm/dist/types.d.ts +105 -0
- package/node_modules/@ktx/llm/dist/types.js +1 -0
- package/node_modules/@ktx/llm/package.json +20 -0
- package/package.json +74 -7
- package/README.md +0 -3
|
@@ -0,0 +1,1400 @@
|
|
|
1
|
+
tables:
|
|
2
|
+
int_activation_policy_windows:
|
|
3
|
+
table: orbit_analytics.int_activation_policy_windows
|
|
4
|
+
columns:
|
|
5
|
+
- name: policy_window
|
|
6
|
+
type: string
|
|
7
|
+
descriptions:
|
|
8
|
+
ai: Categorical indicator distinguishing time periods before and after a policy implementation.
|
|
9
|
+
- name: cohort_users
|
|
10
|
+
type: number
|
|
11
|
+
descriptions:
|
|
12
|
+
ai: Total number of users in each cohort being tracked for activation analysis.
|
|
13
|
+
- name: activated_users
|
|
14
|
+
type: number
|
|
15
|
+
descriptions:
|
|
16
|
+
ai: Count of users who completed activation within each policy window period.
|
|
17
|
+
- name: activation_rate
|
|
18
|
+
type: number
|
|
19
|
+
descriptions:
|
|
20
|
+
ai: Proportion of cohort users who completed activation, expressed as a decimal ratio.
|
|
21
|
+
descriptions:
|
|
22
|
+
ai: Compares user activation rates before and after a policy change, measuring its impact on converting cohort users into activated users.
|
|
23
|
+
int_active_contract_arr:
|
|
24
|
+
table: orbit_analytics.int_active_contract_arr
|
|
25
|
+
columns:
|
|
26
|
+
- name: contract_id
|
|
27
|
+
type: string
|
|
28
|
+
descriptions:
|
|
29
|
+
ai: Unique identifiers for active contracts, linking revenue records to specific customer agreements.
|
|
30
|
+
- name: account_id
|
|
31
|
+
type: string
|
|
32
|
+
descriptions:
|
|
33
|
+
ai: Unique identifiers for customer accounts associated with active contracts and their ARR.
|
|
34
|
+
- name: parent_account_id
|
|
35
|
+
type: string
|
|
36
|
+
descriptions:
|
|
37
|
+
ai: Hierarchical identifier linking contracts to their top-level or parent organizational account.
|
|
38
|
+
- name: plan_id
|
|
39
|
+
type: string
|
|
40
|
+
descriptions:
|
|
41
|
+
ai: Identifier referencing the subscription or pricing plan associated with an active contract.
|
|
42
|
+
- name: contract_arr_cents
|
|
43
|
+
type: number
|
|
44
|
+
descriptions:
|
|
45
|
+
ai: Annual Recurring Revenue (ARR) for active contracts, expressed in cents (USD).
|
|
46
|
+
descriptions:
|
|
47
|
+
ai: Active contract revenue data tracking Annual Recurring Revenue (ARR) in cents across accounts, parent accounts, and subscription plans.
|
|
48
|
+
joins:
|
|
49
|
+
- to: accounts
|
|
50
|
+
"on": int_active_contract_arr.account_id = accounts.account_id
|
|
51
|
+
relationship: many_to_one
|
|
52
|
+
source: inferred
|
|
53
|
+
- to: contracts
|
|
54
|
+
"on": int_active_contract_arr.contract_id = contracts.contract_id
|
|
55
|
+
relationship: many_to_one
|
|
56
|
+
source: inferred
|
|
57
|
+
- to: plans
|
|
58
|
+
"on": int_active_contract_arr.plan_id = plans.plan_id
|
|
59
|
+
relationship: many_to_one
|
|
60
|
+
source: inferred
|
|
61
|
+
int_customer_health_signals:
|
|
62
|
+
table: orbit_analytics.int_customer_health_signals
|
|
63
|
+
columns:
|
|
64
|
+
- name: account_id
|
|
65
|
+
type: string
|
|
66
|
+
descriptions:
|
|
67
|
+
ai: Unique identifier for each customer account, used to track health signals.
|
|
68
|
+
- name: parent_account_id
|
|
69
|
+
type: string
|
|
70
|
+
descriptions:
|
|
71
|
+
ai: Identifier linking a child account to its parent organization in a hierarchical account structure.
|
|
72
|
+
- name: account_name
|
|
73
|
+
type: string
|
|
74
|
+
descriptions:
|
|
75
|
+
ai: Display names of customer accounts used to identify organizations in health monitoring.
|
|
76
|
+
- name: is_active_customer
|
|
77
|
+
type: boolean
|
|
78
|
+
descriptions:
|
|
79
|
+
ai: Boolean flag indicating whether the account is currently an active paying customer.
|
|
80
|
+
- name: has_unresolved_high_ticket
|
|
81
|
+
type: boolean
|
|
82
|
+
descriptions:
|
|
83
|
+
ai: Boolean flag indicating whether the customer has at least one open, high-priority support ticket.
|
|
84
|
+
- name: has_recent_procurement_activity
|
|
85
|
+
type: boolean
|
|
86
|
+
descriptions:
|
|
87
|
+
ai: Boolean flag indicating whether the customer has shown recent purchasing or procurement activity.
|
|
88
|
+
- name: risk_level
|
|
89
|
+
type: string
|
|
90
|
+
descriptions:
|
|
91
|
+
ai: Categorical assessment of customer churn or account health risk, indicating low, medium, or high exposure.
|
|
92
|
+
descriptions:
|
|
93
|
+
ai: Customer health monitoring data tracking account activity, support ticket status, procurement behavior, and risk levels to assess overall customer relationship health.
|
|
94
|
+
joins:
|
|
95
|
+
- to: accounts
|
|
96
|
+
"on": int_customer_health_signals.account_id = accounts.account_id
|
|
97
|
+
relationship: many_to_one
|
|
98
|
+
source: inferred
|
|
99
|
+
int_parent_account_arr_movements:
|
|
100
|
+
table: orbit_analytics.int_parent_account_arr_movements
|
|
101
|
+
columns:
|
|
102
|
+
- name: arr_movement_id
|
|
103
|
+
type: string
|
|
104
|
+
descriptions:
|
|
105
|
+
ai: Unique identifier for each ARR movement event, formatted as a sequential alphanumeric code.
|
|
106
|
+
- name: account_id
|
|
107
|
+
type: string
|
|
108
|
+
descriptions:
|
|
109
|
+
ai: Unique identifier for the individual customer account associated with each ARR movement record.
|
|
110
|
+
- name: parent_account_id
|
|
111
|
+
type: string
|
|
112
|
+
descriptions:
|
|
113
|
+
ai: Unique identifier for the parent/hierarchical account grouping child accounts beneath it.
|
|
114
|
+
- name: contract_id
|
|
115
|
+
type: string
|
|
116
|
+
descriptions:
|
|
117
|
+
ai: Unique identifier linking ARR movements to specific customer contracts driving revenue changes.
|
|
118
|
+
- name: movement_date
|
|
119
|
+
type: time
|
|
120
|
+
descriptions:
|
|
121
|
+
ai: Timestamp of when an ARR movement event occurred for a parent account.
|
|
122
|
+
- name: quarter_start_date
|
|
123
|
+
type: time
|
|
124
|
+
descriptions:
|
|
125
|
+
ai: Start date of the fiscal quarter in which the ARR movement occurred.
|
|
126
|
+
- name: quarter_label
|
|
127
|
+
type: string
|
|
128
|
+
descriptions:
|
|
129
|
+
ai: Fiscal quarter identifier in "YYYY-QN" format, used for grouping and reporting ARR movements.
|
|
130
|
+
- name: segment
|
|
131
|
+
type: string
|
|
132
|
+
descriptions:
|
|
133
|
+
ai: Customer tier or market classification, such as enterprise, mid-market, or SMB.
|
|
134
|
+
- name: movement_type
|
|
135
|
+
type: string
|
|
136
|
+
descriptions:
|
|
137
|
+
ai: Categorizes ARR changes by type, such as expansion, contraction, churn, or reactivation.
|
|
138
|
+
- name: movement_reason
|
|
139
|
+
type: string
|
|
140
|
+
descriptions:
|
|
141
|
+
ai: Categorizes the underlying cause driving an ARR change, such as seat growth or contraction.
|
|
142
|
+
- name: arr_delta_cents
|
|
143
|
+
type: number
|
|
144
|
+
descriptions:
|
|
145
|
+
ai: Monetary change in Annual Recurring Revenue for a movement event, stored in cents.
|
|
146
|
+
- name: starting_arr_cents
|
|
147
|
+
type: number
|
|
148
|
+
descriptions:
|
|
149
|
+
ai: Annual Recurring Revenue (ARR) in cents at the beginning of a movement period.
|
|
150
|
+
- name: ending_arr_cents
|
|
151
|
+
type: number
|
|
152
|
+
descriptions:
|
|
153
|
+
ai: Annual Recurring Revenue balance in cents after applying the recorded ARR movement.
|
|
154
|
+
- name: expansion_arr_cents
|
|
155
|
+
type: number
|
|
156
|
+
descriptions:
|
|
157
|
+
ai: Monetary value of ARR growth from expansions, stored in cents at the parent account level.
|
|
158
|
+
- name: contraction_arr_cents
|
|
159
|
+
type: number
|
|
160
|
+
descriptions:
|
|
161
|
+
ai: Monetary value (in cents) of ARR decreases due to contraction events; zero indicates no contraction.
|
|
162
|
+
- name: churned_arr_cents
|
|
163
|
+
type: number
|
|
164
|
+
descriptions:
|
|
165
|
+
ai: Monetary value in cents of ARR lost due to customer churn; zero indicates no churn.
|
|
166
|
+
- name: is_discount_expiration_contraction
|
|
167
|
+
type: boolean
|
|
168
|
+
descriptions:
|
|
169
|
+
ai: Boolean flag indicating whether a contraction in ARR resulted from a discount expiring.
|
|
170
|
+
- name: is_reactivation
|
|
171
|
+
type: boolean
|
|
172
|
+
descriptions:
|
|
173
|
+
ai: Boolean flag indicating whether an ARR movement represents a previously churned account returning as a customer.
|
|
174
|
+
descriptions:
|
|
175
|
+
ai: Tracks ARR (Annual Recurring Revenue) movements aggregated at the parent account level, capturing subscription revenue changes like expansions across billing periods.
|
|
176
|
+
joins:
|
|
177
|
+
- to: arr_movements
|
|
178
|
+
"on": int_parent_account_arr_movements.arr_movement_id = arr_movements.arr_movement_id
|
|
179
|
+
relationship: many_to_one
|
|
180
|
+
source: inferred
|
|
181
|
+
int_procurement_qualifying_actions:
|
|
182
|
+
table: orbit_analytics.int_procurement_qualifying_actions
|
|
183
|
+
columns:
|
|
184
|
+
- name: action_id
|
|
185
|
+
type: string
|
|
186
|
+
descriptions:
|
|
187
|
+
ai: Unique identifiers for procurement approval actions, formatted as sequential approval reference codes.
|
|
188
|
+
- name: account_id
|
|
189
|
+
type: string
|
|
190
|
+
descriptions:
|
|
191
|
+
ai: Unique identifier for the account associated with each qualifying procurement action.
|
|
192
|
+
- name: user_id
|
|
193
|
+
type: string
|
|
194
|
+
descriptions:
|
|
195
|
+
ai: Unique identifiers for users who performed qualifying procurement actions.
|
|
196
|
+
- name: action_date
|
|
197
|
+
type: time
|
|
198
|
+
descriptions:
|
|
199
|
+
ai: Timestamps recording when qualifying procurement actions occurred, stored in Pacific timezone.
|
|
200
|
+
- name: action_type
|
|
201
|
+
type: string
|
|
202
|
+
descriptions:
|
|
203
|
+
ai: Categorizes qualifying procurement actions, such as approval events, within the procurement workflow process.
|
|
204
|
+
descriptions:
|
|
205
|
+
ai: Records of procurement approval events tied to accounts and users, used to track qualifying actions within a procurement workflow.
|
|
206
|
+
joins:
|
|
207
|
+
- to: stg_users
|
|
208
|
+
"on": int_procurement_qualifying_actions.user_id = stg_users.user_id
|
|
209
|
+
relationship: many_to_one
|
|
210
|
+
source: inferred
|
|
211
|
+
int_revenue_components:
|
|
212
|
+
table: orbit_analytics.int_revenue_components
|
|
213
|
+
columns:
|
|
214
|
+
- name: revenue_date
|
|
215
|
+
type: time
|
|
216
|
+
descriptions:
|
|
217
|
+
ai: Daily timestamps representing when revenue transactions were recorded, used for time-series financial reporting.
|
|
218
|
+
- name: gross_revenue_cents
|
|
219
|
+
type: number
|
|
220
|
+
descriptions:
|
|
221
|
+
ai: Total revenue earned before deductions, stored in cents (e.g., 3888000 = $38,880).
|
|
222
|
+
- name: credits_cents
|
|
223
|
+
type: number
|
|
224
|
+
descriptions:
|
|
225
|
+
ai: Monetary credits applied against gross revenue, stored in cents; appears consistently zero in sample.
|
|
226
|
+
- name: refunds_cents
|
|
227
|
+
type: number
|
|
228
|
+
descriptions:
|
|
229
|
+
ai: Monetary value of customer refunds issued, stored in cents, for daily revenue reconciliation.
|
|
230
|
+
- name: net_revenue_cents
|
|
231
|
+
type: number
|
|
232
|
+
descriptions:
|
|
233
|
+
ai: Calculated revenue in cents after deducting credits and refunds from gross revenue.
|
|
234
|
+
descriptions:
|
|
235
|
+
ai: Daily revenue tracking data capturing gross earnings, credits, and refunds to calculate net revenue for financial reporting and analysis.
|
|
236
|
+
mart_account_activity:
|
|
237
|
+
table: orbit_analytics.mart_account_activity
|
|
238
|
+
columns:
|
|
239
|
+
- name: policy_change_date
|
|
240
|
+
type: time
|
|
241
|
+
descriptions:
|
|
242
|
+
ai: Date when a policy change took effect, used to compare pre/post activation rates.
|
|
243
|
+
- name: pre_policy_30_day_activation_rate
|
|
244
|
+
type: number
|
|
245
|
+
descriptions:
|
|
246
|
+
ai: Account activation rate within 30 days before a policy change was implemented.
|
|
247
|
+
- name: post_policy_30_day_activation_rate
|
|
248
|
+
type: number
|
|
249
|
+
descriptions:
|
|
250
|
+
ai: The 30-day account activation rate measured after a policy change was implemented.
|
|
251
|
+
descriptions:
|
|
252
|
+
ai: Tracks the impact of policy changes on user activation rates by comparing 30-day engagement metrics before and after implementation.
|
|
253
|
+
mart_account_segments:
|
|
254
|
+
table: orbit_analytics.mart_account_segments
|
|
255
|
+
columns:
|
|
256
|
+
- name: account_id
|
|
257
|
+
type: string
|
|
258
|
+
descriptions:
|
|
259
|
+
ai: Unique identifiers for customer accounts, formatted with an "acct_" prefix and numeric suffix.
|
|
260
|
+
- name: parent_account_id
|
|
261
|
+
type: string
|
|
262
|
+
descriptions:
|
|
263
|
+
ai: Identifiers linking child accounts to their parent accounts in a hierarchical account structure.
|
|
264
|
+
- name: current_plan_code
|
|
265
|
+
type: string
|
|
266
|
+
descriptions:
|
|
267
|
+
ai: Subscription plan tier currently assigned to the account (e.g., starter, pro).
|
|
268
|
+
- name: normalized_plan_code
|
|
269
|
+
type: string
|
|
270
|
+
descriptions:
|
|
271
|
+
ai: Standardized or simplified version of the subscription plan code for consistent segmentation and reporting.
|
|
272
|
+
- name: size_band
|
|
273
|
+
type: string
|
|
274
|
+
descriptions:
|
|
275
|
+
ai: Categorization of accounts by company size, indicating small-to-medium business (SMB) classification.
|
|
276
|
+
- name: segment
|
|
277
|
+
type: string
|
|
278
|
+
descriptions:
|
|
279
|
+
ai: Business classification indicating how an account is managed or acquired, e.g., self-serve vs. sales-assisted.
|
|
280
|
+
- name: contract_arr_cents
|
|
281
|
+
type: number
|
|
282
|
+
descriptions:
|
|
283
|
+
ai: Annual Recurring Revenue (ARR) for a contract, stored in cents for precision.
|
|
284
|
+
- name: contract_status
|
|
285
|
+
type: string
|
|
286
|
+
descriptions:
|
|
287
|
+
ai: Current state of a customer's contract, such as expired or cancelled.
|
|
288
|
+
descriptions:
|
|
289
|
+
ai: Customer account segmentation data used for classifying accounts by plan type, company size, sales segment, and contract value for business analytics.
|
|
290
|
+
joins:
|
|
291
|
+
- to: accounts
|
|
292
|
+
"on": mart_account_segments.account_id = accounts.account_id
|
|
293
|
+
relationship: many_to_one
|
|
294
|
+
source: inferred
|
|
295
|
+
- to: plans
|
|
296
|
+
"on": mart_account_segments.current_plan_code = plans.plan_code
|
|
297
|
+
relationship: many_to_one
|
|
298
|
+
source: inferred
|
|
299
|
+
- to: plans
|
|
300
|
+
"on": mart_account_segments.normalized_plan_code = plans.plan_code
|
|
301
|
+
relationship: many_to_one
|
|
302
|
+
source: inferred
|
|
303
|
+
mart_arr_daily:
|
|
304
|
+
table: orbit_analytics.mart_arr_daily
|
|
305
|
+
columns:
|
|
306
|
+
- name: metric_date
|
|
307
|
+
type: time
|
|
308
|
+
descriptions:
|
|
309
|
+
ai: Daily timestamp marking when ARR metrics were recorded, used for time-series financial tracking.
|
|
310
|
+
- name: arr_cents
|
|
311
|
+
type: number
|
|
312
|
+
descriptions:
|
|
313
|
+
ai: Annual Recurring Revenue (ARR) stored in cents for precise financial calculations, avoiding floating-point errors.
|
|
314
|
+
- name: display
|
|
315
|
+
type: string
|
|
316
|
+
descriptions:
|
|
317
|
+
ai: Human-readable, formatted ARR value with currency symbol and abbreviated magnitude (e.g., millions).
|
|
318
|
+
descriptions:
|
|
319
|
+
ai: Daily snapshot of Annual Recurring Revenue (ARR) metrics, tracking subscription revenue trends over time for financial reporting and business performance monitoring.
|
|
320
|
+
mart_customer_health:
|
|
321
|
+
table: orbit_analytics.mart_customer_health
|
|
322
|
+
columns:
|
|
323
|
+
- name: as_of_date
|
|
324
|
+
type: time
|
|
325
|
+
descriptions:
|
|
326
|
+
ai: Snapshot date indicating when the customer health metrics were last calculated or refreshed.
|
|
327
|
+
- name: account_id
|
|
328
|
+
type: string
|
|
329
|
+
descriptions:
|
|
330
|
+
ai: Unique identifier for each customer account tracked in the health monitoring mart.
|
|
331
|
+
- name: parent_account_id
|
|
332
|
+
type: string
|
|
333
|
+
descriptions:
|
|
334
|
+
ai: Unique identifier linking child accounts to their parent organization in a hierarchical account structure.
|
|
335
|
+
- name: account_name
|
|
336
|
+
type: string
|
|
337
|
+
descriptions:
|
|
338
|
+
ai: Descriptive labels identifying customer organizations tracked for health and risk monitoring purposes.
|
|
339
|
+
- name: is_active_customer
|
|
340
|
+
type: boolean
|
|
341
|
+
descriptions:
|
|
342
|
+
ai: Boolean flag indicating whether the account is currently an active paying customer.
|
|
343
|
+
- name: has_unresolved_high_ticket
|
|
344
|
+
type: boolean
|
|
345
|
+
descriptions:
|
|
346
|
+
ai: Boolean flag indicating whether the customer account has at least one unresolved high-priority support ticket.
|
|
347
|
+
- name: has_recent_procurement_activity
|
|
348
|
+
type: boolean
|
|
349
|
+
descriptions:
|
|
350
|
+
ai: Boolean flag indicating whether the account has had recent purchasing or procurement transactions.
|
|
351
|
+
- name: risk_level
|
|
352
|
+
type: string
|
|
353
|
+
descriptions:
|
|
354
|
+
ai: Categorical assessment of customer churn or account health risk, segmented into tiers (e.g., low, medium, high).
|
|
355
|
+
descriptions:
|
|
356
|
+
ai: A snapshot of customer health metrics as of a specific date, used to assess account risk levels and engagement status for customer success management.
|
|
357
|
+
joins:
|
|
358
|
+
- to: accounts
|
|
359
|
+
"on": mart_customer_health.account_id = accounts.account_id
|
|
360
|
+
relationship: many_to_one
|
|
361
|
+
source: inferred
|
|
362
|
+
mart_nrr_quarterly:
|
|
363
|
+
table: orbit_analytics.mart_nrr_quarterly
|
|
364
|
+
columns:
|
|
365
|
+
- name: quarter_start_date
|
|
366
|
+
type: time
|
|
367
|
+
descriptions:
|
|
368
|
+
ai: Start date of each fiscal quarter used to track NRR metrics over time.
|
|
369
|
+
- name: quarter_label
|
|
370
|
+
type: string
|
|
371
|
+
descriptions:
|
|
372
|
+
ai: Human-readable fiscal quarter identifier combining year and quarter number (e.g., "2025-Q4").
|
|
373
|
+
- name: segment
|
|
374
|
+
type: string
|
|
375
|
+
descriptions:
|
|
376
|
+
ai: Customer tier or market segment classification, such as enterprise, mid-market, or SMB.
|
|
377
|
+
- name: starting_arr_cents
|
|
378
|
+
type: number
|
|
379
|
+
descriptions:
|
|
380
|
+
ai: Annual Recurring Revenue at the beginning of each quarter, stored in cents.
|
|
381
|
+
- name: expansion_arr_cents
|
|
382
|
+
type: number
|
|
383
|
+
descriptions:
|
|
384
|
+
ai: Revenue growth in cents from existing customers upgrading or expanding their subscriptions quarterly.
|
|
385
|
+
- name: contraction_arr_cents
|
|
386
|
+
type: number
|
|
387
|
+
descriptions:
|
|
388
|
+
ai: Reduction in recurring revenue from existing customers who downgraded, measured in cents.
|
|
389
|
+
- name: churned_arr_cents
|
|
390
|
+
type: number
|
|
391
|
+
descriptions:
|
|
392
|
+
ai: Annual Recurring Revenue lost due to customer cancellations in a quarter, measured in cents.
|
|
393
|
+
- name: net_revenue_retention
|
|
394
|
+
type: number
|
|
395
|
+
descriptions:
|
|
396
|
+
ai: Ratio of retained and expanded revenue to starting ARR, typically expressed as a decimal multiplier.
|
|
397
|
+
descriptions:
|
|
398
|
+
ai: Quarterly Net Revenue Retention metrics tracking ARR movements (expansion, contraction, churn) by customer segment to measure revenue growth and customer health.
|
|
399
|
+
mart_procurement_activity:
|
|
400
|
+
table: orbit_analytics.mart_procurement_activity
|
|
401
|
+
columns:
|
|
402
|
+
- name: week_start_date
|
|
403
|
+
type: time
|
|
404
|
+
descriptions:
|
|
405
|
+
ai: Start date of a weekly procurement activity reporting period.
|
|
406
|
+
- name: week_end_date
|
|
407
|
+
type: time
|
|
408
|
+
descriptions:
|
|
409
|
+
ai: End date of a weekly procurement activity reporting period.
|
|
410
|
+
- name: contract_arr_threshold_cents
|
|
411
|
+
type: number
|
|
412
|
+
descriptions:
|
|
413
|
+
ai: Minimum annual recurring revenue threshold (in cents) for contract procurement eligibility, here $200,000.
|
|
414
|
+
- name: active_requesters
|
|
415
|
+
type: number
|
|
416
|
+
descriptions:
|
|
417
|
+
ai: Count of unique users who submitted procurement requests during the given week.
|
|
418
|
+
descriptions:
|
|
419
|
+
ai: Weekly procurement activity metrics tracking active requesters and contract value thresholds, used for monitoring purchasing behavior and procurement pipeline management.
|
|
420
|
+
mart_retention_movement_breakout:
|
|
421
|
+
table: orbit_analytics.mart_retention_movement_breakout
|
|
422
|
+
columns:
|
|
423
|
+
- name: quarter_start_date
|
|
424
|
+
type: time
|
|
425
|
+
descriptions:
|
|
426
|
+
ai: Start date of the fiscal quarter used to group retention movement data.
|
|
427
|
+
- name: quarter_label
|
|
428
|
+
type: string
|
|
429
|
+
descriptions:
|
|
430
|
+
ai: Human-readable fiscal quarter identifier combining year and quarter number (e.g., "2026-Q1").
|
|
431
|
+
- name: segment
|
|
432
|
+
type: string
|
|
433
|
+
descriptions:
|
|
434
|
+
ai: Customer tier or market segment classification, such as enterprise, mid-market, or SMB.
|
|
435
|
+
- name: movement_type
|
|
436
|
+
type: string
|
|
437
|
+
descriptions:
|
|
438
|
+
ai: Categorizes ARR changes as growth (expansion), reduction (contraction), or full cancellation (churn).
|
|
439
|
+
- name: movement_reason
|
|
440
|
+
type: string
|
|
441
|
+
descriptions:
|
|
442
|
+
ai: Categorical reasons driving customer retention movements such as budget loss, discounts, or seat changes.
|
|
443
|
+
- name: parent_account_count
|
|
444
|
+
type: number
|
|
445
|
+
descriptions:
|
|
446
|
+
ai: Count of distinct parent accounts experiencing a specific retention movement type within a quarter.
|
|
447
|
+
- name: expansion_arr_cents
|
|
448
|
+
type: number
|
|
449
|
+
descriptions:
|
|
450
|
+
ai: Monetary value of ARR growth from account expansions, stored in cents.
|
|
451
|
+
- name: contraction_arr_cents
|
|
452
|
+
type: number
|
|
453
|
+
descriptions:
|
|
454
|
+
ai: Monetary value of ARR decreases from existing accounts, stored in cents.
|
|
455
|
+
- name: churned_arr_cents
|
|
456
|
+
type: number
|
|
457
|
+
descriptions:
|
|
458
|
+
ai: Annual Recurring Revenue lost due to customer churn, expressed in cents, per segment and quarter.
|
|
459
|
+
descriptions:
|
|
460
|
+
ai: Tracks quarterly ARR movement (churn, contraction, expansion) by customer segment and reason, enabling retention analysis and revenue trend monitoring across enterprise accounts.
|
|
461
|
+
mart_revenue_daily:
|
|
462
|
+
table: orbit_analytics.mart_revenue_daily
|
|
463
|
+
columns:
|
|
464
|
+
- name: revenue_date
|
|
465
|
+
type: time
|
|
466
|
+
descriptions:
|
|
467
|
+
ai: Daily timestamp representing the specific calendar date for revenue aggregation and reporting.
|
|
468
|
+
- name: gross_revenue_cents
|
|
469
|
+
type: number
|
|
470
|
+
descriptions:
|
|
471
|
+
ai: Total revenue earned before deductions, stored in cents, for a given daily period.
|
|
472
|
+
- name: credits_cents
|
|
473
|
+
type: number
|
|
474
|
+
descriptions:
|
|
475
|
+
ai: Monetary credits applied against revenue, stored in cents; appears consistently zero in sample data.
|
|
476
|
+
- name: refunds_cents
|
|
477
|
+
type: number
|
|
478
|
+
descriptions:
|
|
479
|
+
ai: Total refund amounts issued on a given day, stored in cents for precision.
|
|
480
|
+
- name: net_revenue_cents
|
|
481
|
+
type: number
|
|
482
|
+
descriptions:
|
|
483
|
+
ai: Daily net revenue in cents after deducting credits and refunds from gross revenue.
|
|
484
|
+
- name: reconciliation_check
|
|
485
|
+
type: boolean
|
|
486
|
+
descriptions:
|
|
487
|
+
ai: Boolean flag verifying that gross revenue minus credits and refunds equals net revenue.
|
|
488
|
+
descriptions:
|
|
489
|
+
ai: Daily revenue tracking for financial reporting, capturing gross sales, credits, refunds, and net revenue with reconciliation validation.
|
|
490
|
+
stg_account_hierarchy:
|
|
491
|
+
table: orbit_analytics.stg_account_hierarchy
|
|
492
|
+
columns:
|
|
493
|
+
- name: account_hierarchy_id
|
|
494
|
+
type: string
|
|
495
|
+
descriptions:
|
|
496
|
+
ai: Unique identifiers for parent-child account relationship records within the organizational hierarchy.
|
|
497
|
+
- name: parent_account_id
|
|
498
|
+
type: string
|
|
499
|
+
descriptions:
|
|
500
|
+
ai: Identifiers for the higher-level accounts in a parent-child account relationship hierarchy.
|
|
501
|
+
- name: child_account_id
|
|
502
|
+
type: string
|
|
503
|
+
descriptions:
|
|
504
|
+
ai: Unique identifiers for subordinate accounts within a parent-child account hierarchy relationship.
|
|
505
|
+
- name: relationship_type
|
|
506
|
+
type: string
|
|
507
|
+
descriptions:
|
|
508
|
+
ai: Categorizes the structural or organizational relationship between parent and child accounts.
|
|
509
|
+
- name: effective_start_date
|
|
510
|
+
type: time
|
|
511
|
+
descriptions:
|
|
512
|
+
ai: Start date when a parent-child account relationship becomes active or valid.
|
|
513
|
+
- name: effective_end_date
|
|
514
|
+
type: time
|
|
515
|
+
descriptions:
|
|
516
|
+
ai: End date when the parent-child account relationship expires or becomes inactive.
|
|
517
|
+
descriptions:
|
|
518
|
+
ai: Staging data capturing parent-child account relationships, including hierarchy types and date-bounded validity periods, used for organizational account structure management.
|
|
519
|
+
joins:
|
|
520
|
+
- to: account_hierarchy
|
|
521
|
+
"on": stg_account_hierarchy.account_hierarchy_id = account_hierarchy.account_hierarchy_id
|
|
522
|
+
relationship: many_to_one
|
|
523
|
+
source: inferred
|
|
524
|
+
stg_account_owners:
|
|
525
|
+
table: orbit_analytics.stg_account_owners
|
|
526
|
+
columns:
|
|
527
|
+
- name: account_owner_id
|
|
528
|
+
type: string
|
|
529
|
+
descriptions:
|
|
530
|
+
ai: Unique identifiers for account ownership records, linking accounts to their assigned owners.
|
|
531
|
+
- name: account_id
|
|
532
|
+
type: string
|
|
533
|
+
descriptions:
|
|
534
|
+
ai: Unique identifiers linking ownership records to specific customer or business accounts.
|
|
535
|
+
- name: owner_user_id
|
|
536
|
+
type: string
|
|
537
|
+
descriptions:
|
|
538
|
+
ai: Unique identifier for the user assigned as an account owner.
|
|
539
|
+
- name: owner_team
|
|
540
|
+
type: string
|
|
541
|
+
descriptions:
|
|
542
|
+
ai: Team responsible for owning or managing the account, such as sales or customer success.
|
|
543
|
+
- name: role
|
|
544
|
+
type: string
|
|
545
|
+
descriptions:
|
|
546
|
+
ai: Business function or responsibility of the account owner, such as sales, success, or finance.
|
|
547
|
+
- name: effective_start_date
|
|
548
|
+
type: time
|
|
549
|
+
descriptions:
|
|
550
|
+
ai: Start date when an account owner's responsibility or role becomes active.
|
|
551
|
+
- name: effective_end_date
|
|
552
|
+
type: time
|
|
553
|
+
descriptions:
|
|
554
|
+
ai: End date marking when an account ownership assignment expires or becomes inactive.
|
|
555
|
+
descriptions:
|
|
556
|
+
ai: Tracks ownership assignments of accounts to users and teams, including their roles and the time periods during which those assignments are active.
|
|
557
|
+
joins:
|
|
558
|
+
- to: accounts
|
|
559
|
+
"on": stg_account_owners.account_id = accounts.account_id
|
|
560
|
+
relationship: many_to_one
|
|
561
|
+
source: inferred
|
|
562
|
+
- to: account_owners
|
|
563
|
+
"on": stg_account_owners.account_owner_id = account_owners.account_owner_id
|
|
564
|
+
relationship: many_to_one
|
|
565
|
+
source: inferred
|
|
566
|
+
stg_accounts:
|
|
567
|
+
table: orbit_analytics.stg_accounts
|
|
568
|
+
columns:
|
|
569
|
+
- name: account_id
|
|
570
|
+
type: string
|
|
571
|
+
descriptions:
|
|
572
|
+
ai: Unique identifiers for customer or business accounts, prefixed with "acct_" followed by a numeric code.
|
|
573
|
+
- name: parent_account_id
|
|
574
|
+
type: string
|
|
575
|
+
descriptions:
|
|
576
|
+
ai: Identifier linking a child account to its parent in a hierarchical account structure.
|
|
577
|
+
- name: account_name
|
|
578
|
+
type: string
|
|
579
|
+
descriptions:
|
|
580
|
+
ai: Display name of the customer or business account entity.
|
|
581
|
+
- name: domain
|
|
582
|
+
type: string
|
|
583
|
+
descriptions:
|
|
584
|
+
ai: Unique web domain identifiers associated with each customer account, used for account identification.
|
|
585
|
+
- name: industry
|
|
586
|
+
type: string
|
|
587
|
+
descriptions:
|
|
588
|
+
ai: Business sector or vertical market classification of the account organization.
|
|
589
|
+
- name: sales_region
|
|
590
|
+
type: string
|
|
591
|
+
descriptions:
|
|
592
|
+
ai: Geographic sales territory classification (North America, EMEA, Asia-Pacific) for account-based revenue segmentation.
|
|
593
|
+
- name: size_band
|
|
594
|
+
type: string
|
|
595
|
+
descriptions:
|
|
596
|
+
ai: Categorical classification of account size, segmenting customers by organizational scale (e.g., enterprise, SMB).
|
|
597
|
+
- name: lifecycle_status
|
|
598
|
+
type: string
|
|
599
|
+
descriptions:
|
|
600
|
+
ai: Current stage of an account in its business relationship lifecycle (e.g., active, churned).
|
|
601
|
+
- name: is_internal
|
|
602
|
+
type: boolean
|
|
603
|
+
descriptions:
|
|
604
|
+
ai: Boolean flag identifying whether the account belongs to the company internally, rather than an external customer.
|
|
605
|
+
- name: is_test
|
|
606
|
+
type: boolean
|
|
607
|
+
descriptions:
|
|
608
|
+
ai: Boolean flag identifying whether the account is a test/dummy record to be excluded from analysis.
|
|
609
|
+
- name: created_at
|
|
610
|
+
type: time
|
|
611
|
+
descriptions:
|
|
612
|
+
ai: Timestamp recording when each account record was first created in the system.
|
|
613
|
+
descriptions:
|
|
614
|
+
ai: Staged customer account records used for CRM and sales operations, capturing organizational profiles across industries, regions, and lifecycle stages.
|
|
615
|
+
joins:
|
|
616
|
+
- to: accounts
|
|
617
|
+
"on": stg_accounts.account_id = accounts.account_id
|
|
618
|
+
relationship: many_to_one
|
|
619
|
+
source: inferred
|
|
620
|
+
stg_activation_events:
|
|
621
|
+
table: orbit_analytics.stg_activation_events
|
|
622
|
+
columns:
|
|
623
|
+
- name: activation_event_id
|
|
624
|
+
type: string
|
|
625
|
+
descriptions:
|
|
626
|
+
ai: Unique identifiers for individual activation events, formatted with a sequential numeric suffix.
|
|
627
|
+
- name: account_id
|
|
628
|
+
type: string
|
|
629
|
+
descriptions:
|
|
630
|
+
ai: Unique identifiers for customer or business accounts associated with activation events.
|
|
631
|
+
- name: user_id
|
|
632
|
+
type: string
|
|
633
|
+
descriptions:
|
|
634
|
+
ai: Unique identifiers for users associated with activation events, formatted as "user\_XXXXXX".
|
|
635
|
+
- name: event_type
|
|
636
|
+
type: string
|
|
637
|
+
descriptions:
|
|
638
|
+
ai: Categorical label identifying the specific activation milestone or action completed by a user.
|
|
639
|
+
- name: event_at
|
|
640
|
+
type: time
|
|
641
|
+
descriptions:
|
|
642
|
+
ai: Timestamp recording when an activation event occurred, stored in Pacific Standard Time.
|
|
643
|
+
- name: policy_version
|
|
644
|
+
type: string
|
|
645
|
+
descriptions:
|
|
646
|
+
ai: Version identifier of the policy in effect at the time of the activation event.
|
|
647
|
+
descriptions:
|
|
648
|
+
ai: Tracks milestone activation events for user accounts, capturing when users first engage with the platform under specific policy versions.
|
|
649
|
+
joins:
|
|
650
|
+
- to: activation_events
|
|
651
|
+
"on": stg_activation_events.activation_event_id = activation_events.activation_event_id
|
|
652
|
+
relationship: many_to_one
|
|
653
|
+
source: inferred
|
|
654
|
+
stg_approval_events:
|
|
655
|
+
table: orbit_analytics.stg_approval_events
|
|
656
|
+
columns:
|
|
657
|
+
- name: approval_event_id
|
|
658
|
+
type: string
|
|
659
|
+
descriptions:
|
|
660
|
+
ai: Unique identifiers for individual approval events, formatted as sequential alphanumeric strings.
|
|
661
|
+
- name: purchase_request_id
|
|
662
|
+
type: string
|
|
663
|
+
descriptions:
|
|
664
|
+
ai: Unique identifiers linking approval events to their associated purchase requests.
|
|
665
|
+
- name: account_id
|
|
666
|
+
type: string
|
|
667
|
+
descriptions:
|
|
668
|
+
ai: Unique identifier for the account associated with each approval event.
|
|
669
|
+
- name: approver_user_id
|
|
670
|
+
type: string
|
|
671
|
+
descriptions:
|
|
672
|
+
ai: Unique identifiers for users who reviewed and made approval decisions on purchase requests.
|
|
673
|
+
- name: decision
|
|
674
|
+
type: string
|
|
675
|
+
descriptions:
|
|
676
|
+
ai: Outcome of an approver's review on a purchase request, such as approved or rejected.
|
|
677
|
+
- name: decided_at
|
|
678
|
+
type: time
|
|
679
|
+
descriptions:
|
|
680
|
+
ai: Timestamp recording when an approver made their decision on a purchase request.
|
|
681
|
+
descriptions:
|
|
682
|
+
ai: Staging data capturing purchase request approval decisions, tracking which approvers acted on requests and when decisions were made.
|
|
683
|
+
joins:
|
|
684
|
+
- to: approval_events
|
|
685
|
+
"on": stg_approval_events.approval_event_id = approval_events.approval_event_id
|
|
686
|
+
relationship: many_to_one
|
|
687
|
+
source: inferred
|
|
688
|
+
- to: purchase_requests
|
|
689
|
+
"on": stg_approval_events.purchase_request_id = purchase_requests.purchase_request_id
|
|
690
|
+
relationship: many_to_one
|
|
691
|
+
source: inferred
|
|
692
|
+
stg_arr_movements:
|
|
693
|
+
table: orbit_analytics.stg_arr_movements
|
|
694
|
+
columns:
|
|
695
|
+
- name: arr_movement_id
|
|
696
|
+
type: string
|
|
697
|
+
descriptions:
|
|
698
|
+
ai: Unique identifiers for individual ARR movement records, prefixed with "arr_move" and sequentially numbered.
|
|
699
|
+
- name: account_id
|
|
700
|
+
type: string
|
|
701
|
+
descriptions:
|
|
702
|
+
ai: Unique identifier for the customer account associated with each ARR movement record.
|
|
703
|
+
- name: parent_account_id
|
|
704
|
+
type: string
|
|
705
|
+
descriptions:
|
|
706
|
+
ai: Identifier linking a child account to its parent in a hierarchical account structure.
|
|
707
|
+
- name: contract_id
|
|
708
|
+
type: string
|
|
709
|
+
descriptions:
|
|
710
|
+
ai: Unique identifier linking ARR movements to specific customer contracts or subscription agreements.
|
|
711
|
+
- name: movement_date
|
|
712
|
+
type: time
|
|
713
|
+
descriptions:
|
|
714
|
+
ai: Timestamp recording when an ARR movement event occurred, used for tracking revenue changes over time.
|
|
715
|
+
- name: movement_type
|
|
716
|
+
type: string
|
|
717
|
+
descriptions:
|
|
718
|
+
ai: Categorical classification of ARR change events, such as expansion, contraction, churn, or new business.
|
|
719
|
+
- name: movement_reason
|
|
720
|
+
type: string
|
|
721
|
+
descriptions:
|
|
722
|
+
ai: Categorizes the specific cause driving an ARR change, such as seat expansion or contraction.
|
|
723
|
+
- name: arr_delta_cents
|
|
724
|
+
type: number
|
|
725
|
+
descriptions:
|
|
726
|
+
ai: Monetary change in Annual Recurring Revenue for a given movement, stored in cents.
|
|
727
|
+
- name: starting_arr_cents
|
|
728
|
+
type: number
|
|
729
|
+
descriptions:
|
|
730
|
+
ai: Annual Recurring Revenue value in cents before the movement was applied.
|
|
731
|
+
- name: ending_arr_cents
|
|
732
|
+
type: number
|
|
733
|
+
descriptions:
|
|
734
|
+
ai: Annual Recurring Revenue (ARR) balance in cents after applying the movement transaction.
|
|
735
|
+
descriptions:
|
|
736
|
+
ai: Tracks changes in Annual Recurring Revenue (ARR) across customer accounts, capturing expansion, contraction, and churn movements for subscription revenue analysis.
|
|
737
|
+
joins:
|
|
738
|
+
- to: arr_movements
|
|
739
|
+
"on": stg_arr_movements.arr_movement_id = arr_movements.arr_movement_id
|
|
740
|
+
relationship: many_to_one
|
|
741
|
+
source: inferred
|
|
742
|
+
stg_contract_discount_terms:
|
|
743
|
+
table: orbit_analytics.stg_contract_discount_terms
|
|
744
|
+
columns:
|
|
745
|
+
- name: discount_term_id
|
|
746
|
+
type: string
|
|
747
|
+
descriptions:
|
|
748
|
+
ai: Unique identifiers for individual discount terms associated with contracts, formatted as sequential codes.
|
|
749
|
+
- name: contract_id
|
|
750
|
+
type: string
|
|
751
|
+
descriptions:
|
|
752
|
+
ai: Unique identifier linking discount terms to their associated contracts in the system.
|
|
753
|
+
- name: discount_type
|
|
754
|
+
type: string
|
|
755
|
+
descriptions:
|
|
756
|
+
ai: Categorizes the reason or occasion for applying a contract discount, such as launch or renewal.
|
|
757
|
+
- name: discount_cents
|
|
758
|
+
type: number
|
|
759
|
+
descriptions:
|
|
760
|
+
ai: Fixed discount amount in cents applied to a contract, representing a monetary reduction.
|
|
761
|
+
- name: discount_percent
|
|
762
|
+
type: number
|
|
763
|
+
descriptions:
|
|
764
|
+
ai: Percentage-based discount rate applied to a contract, expressed as a decimal (e.g., 0.10 = 10%).
|
|
765
|
+
- name: starts_on
|
|
766
|
+
type: time
|
|
767
|
+
descriptions:
|
|
768
|
+
ai: Effective start date when a contract discount term becomes active.
|
|
769
|
+
- name: expires_on
|
|
770
|
+
type: time
|
|
771
|
+
descriptions:
|
|
772
|
+
ai: End date when a contract discount term becomes inactive or no longer valid.
|
|
773
|
+
- name: reason
|
|
774
|
+
type: string
|
|
775
|
+
descriptions:
|
|
776
|
+
ai: Categorical label indicating the rationale or trigger behind a contract discount term.
|
|
777
|
+
descriptions:
|
|
778
|
+
ai: Staging data capturing time-bound discount terms applied to contracts, including discount type, value, and validity period for pricing management.
|
|
779
|
+
stg_contracts:
|
|
780
|
+
table: orbit_analytics.stg_contracts
|
|
781
|
+
columns:
|
|
782
|
+
- name: contract_id
|
|
783
|
+
type: string
|
|
784
|
+
descriptions:
|
|
785
|
+
ai: Unique identifiers for individual contracts, used to track and reference specific contract records.
|
|
786
|
+
- name: account_id
|
|
787
|
+
type: string
|
|
788
|
+
descriptions:
|
|
789
|
+
ai: Unique identifier for the customer account associated with each contract.
|
|
790
|
+
- name: parent_account_id
|
|
791
|
+
type: string
|
|
792
|
+
descriptions:
|
|
793
|
+
ai: Identifier linking a contract to its parent/hierarchical account in a multi-tier account structure.
|
|
794
|
+
- name: plan_id
|
|
795
|
+
type: string
|
|
796
|
+
descriptions:
|
|
797
|
+
ai: Identifier referencing the subscription or pricing plan associated with a contract.
|
|
798
|
+
- name: contract_arr_cents
|
|
799
|
+
type: number
|
|
800
|
+
descriptions:
|
|
801
|
+
ai: Annual Recurring Revenue (ARR) value of the contract, stored in cents.
|
|
802
|
+
- name: booked_arr_cents
|
|
803
|
+
type: number
|
|
804
|
+
descriptions:
|
|
805
|
+
ai: Committed Annual Recurring Revenue at booking time, stored in cents (e.g., $250,000).
|
|
806
|
+
- name: start_date
|
|
807
|
+
type: time
|
|
808
|
+
descriptions:
|
|
809
|
+
ai: Date when the contract becomes active and billing or service terms begin.
|
|
810
|
+
- name: end_date
|
|
811
|
+
type: time
|
|
812
|
+
descriptions:
|
|
813
|
+
ai: Expiration date marking when a contract term officially concludes, used for renewal tracking.
|
|
814
|
+
- name: status
|
|
815
|
+
type: string
|
|
816
|
+
descriptions:
|
|
817
|
+
ai: Current lifecycle state of a contract, such as active, expired, or cancelled.
|
|
818
|
+
- name: renewal_type
|
|
819
|
+
type: string
|
|
820
|
+
descriptions:
|
|
821
|
+
ai: Classification of contract motion type, indicating whether it's new business, a renewal, expansion, or downgrade.
|
|
822
|
+
descriptions:
|
|
823
|
+
ai: Staging data for customer subscription contracts, tracking annual recurring revenue, contract terms, account relationships, and renewal lifecycle stages for revenue management.
|
|
824
|
+
joins:
|
|
825
|
+
- to: accounts
|
|
826
|
+
"on": stg_contracts.account_id = accounts.account_id
|
|
827
|
+
relationship: many_to_one
|
|
828
|
+
source: inferred
|
|
829
|
+
- to: contracts
|
|
830
|
+
"on": stg_contracts.contract_id = contracts.contract_id
|
|
831
|
+
relationship: many_to_one
|
|
832
|
+
source: inferred
|
|
833
|
+
- to: plans
|
|
834
|
+
"on": stg_contracts.plan_id = plans.plan_id
|
|
835
|
+
relationship: many_to_one
|
|
836
|
+
source: inferred
|
|
837
|
+
stg_invoice_line_items:
|
|
838
|
+
table: orbit_analytics.stg_invoice_line_items
|
|
839
|
+
columns:
|
|
840
|
+
- name: invoice_line_item_id
|
|
841
|
+
type: string
|
|
842
|
+
descriptions:
|
|
843
|
+
ai: Unique identifiers for individual line items within invoices, formatted as sequential alphanumeric codes.
|
|
844
|
+
- name: invoice_id
|
|
845
|
+
type: string
|
|
846
|
+
descriptions:
|
|
847
|
+
ai: Unique identifier linking line items to their parent invoice record.
|
|
848
|
+
- name: line_item_type
|
|
849
|
+
type: string
|
|
850
|
+
descriptions:
|
|
851
|
+
ai: Categorizes invoice charges by billing type, such as subscription, usage, seat, or addon fees.
|
|
852
|
+
- name: amount_cents
|
|
853
|
+
type: number
|
|
854
|
+
descriptions:
|
|
855
|
+
ai: Monetary value of invoice line items stored in cents (e.g., $20,000.00).
|
|
856
|
+
- name: recognized_at
|
|
857
|
+
type: time
|
|
858
|
+
descriptions:
|
|
859
|
+
ai: Timestamp indicating when a invoice line item's revenue was officially recognized.
|
|
860
|
+
descriptions:
|
|
861
|
+
ai: Staging data capturing individual line items within invoices, detailing billing charges by type (subscription, seat, usage) with associated amounts and recognition dates.
|
|
862
|
+
joins:
|
|
863
|
+
- to: invoice_line_items
|
|
864
|
+
"on": stg_invoice_line_items.invoice_line_item_id = invoice_line_items.invoice_line_item_id
|
|
865
|
+
relationship: many_to_one
|
|
866
|
+
source: inferred
|
|
867
|
+
stg_invoices:
|
|
868
|
+
table: orbit_analytics.stg_invoices
|
|
869
|
+
columns:
|
|
870
|
+
- name: invoice_id
|
|
871
|
+
type: string
|
|
872
|
+
descriptions:
|
|
873
|
+
ai: Unique identifiers for individual invoices, formatted with an "inv_" prefix and sequential numbering.
|
|
874
|
+
- name: account_id
|
|
875
|
+
type: string
|
|
876
|
+
descriptions:
|
|
877
|
+
ai: Unique identifiers for customer accounts associated with each invoice record.
|
|
878
|
+
- name: subscription_id
|
|
879
|
+
type: string
|
|
880
|
+
descriptions:
|
|
881
|
+
ai: Unique identifier linking each invoice to its associated subscription plan or service.
|
|
882
|
+
- name: invoice_date
|
|
883
|
+
type: time
|
|
884
|
+
descriptions:
|
|
885
|
+
ai: Date when the invoice was issued to the customer or account.
|
|
886
|
+
- name: paid_at
|
|
887
|
+
type: time
|
|
888
|
+
descriptions:
|
|
889
|
+
ai: Timestamp recording when an invoice was successfully paid, in Pacific Standard Time.
|
|
890
|
+
- name: status
|
|
891
|
+
type: string
|
|
892
|
+
descriptions:
|
|
893
|
+
ai: Current payment state of an invoice, such as paid, pending, or failed.
|
|
894
|
+
- name: currency
|
|
895
|
+
type: string
|
|
896
|
+
descriptions:
|
|
897
|
+
ai: Three-letter ISO currency code used for billing and payment processing on invoices.
|
|
898
|
+
descriptions:
|
|
899
|
+
ai: Staging data for customer invoices tracking billing activity, payment status, and subscription-level charges across accounts in USD currency.
|
|
900
|
+
joins:
|
|
901
|
+
- to: accounts
|
|
902
|
+
"on": stg_invoices.account_id = accounts.account_id
|
|
903
|
+
relationship: many_to_one
|
|
904
|
+
source: inferred
|
|
905
|
+
- to: invoices
|
|
906
|
+
"on": stg_invoices.invoice_id = invoices.invoice_id
|
|
907
|
+
relationship: many_to_one
|
|
908
|
+
source: inferred
|
|
909
|
+
- to: stg_subscriptions
|
|
910
|
+
"on": stg_invoices.subscription_id = stg_subscriptions.subscription_id
|
|
911
|
+
relationship: many_to_one
|
|
912
|
+
source: inferred
|
|
913
|
+
stg_plan_segment_mapping:
|
|
914
|
+
table: orbit_analytics.stg_plan_segment_mapping
|
|
915
|
+
columns:
|
|
916
|
+
- name: plan_segment_mapping_id
|
|
917
|
+
type: string
|
|
918
|
+
descriptions:
|
|
919
|
+
ai: Unique identifiers for plan-to-segment mapping records, linking canonical plans with size bands and segments.
|
|
920
|
+
- name: canonical_plan_code
|
|
921
|
+
type: string
|
|
922
|
+
descriptions:
|
|
923
|
+
ai: Standardized plan tier labels (e.g., "starter," "growth") used to categorize subscription or pricing plans.
|
|
924
|
+
- name: size_band
|
|
925
|
+
type: string
|
|
926
|
+
descriptions:
|
|
927
|
+
ai: "Business size classification of plan segments: small-medium business, mid-market, or enterprise tiers."
|
|
928
|
+
- name: segment
|
|
929
|
+
type: string
|
|
930
|
+
descriptions:
|
|
931
|
+
ai: Business tier or market category assigned to a plan, such as self-serve, commercial, or enterprise.
|
|
932
|
+
- name: effective_start_date
|
|
933
|
+
type: time
|
|
934
|
+
descriptions:
|
|
935
|
+
ai: Start date when a plan-segment mapping record becomes active and valid for use.
|
|
936
|
+
- name: effective_end_date
|
|
937
|
+
type: time
|
|
938
|
+
descriptions:
|
|
939
|
+
ai: End date when a plan-to-segment mapping record expires or becomes inactive.
|
|
940
|
+
descriptions:
|
|
941
|
+
ai: Maps subscription plans to customer segments (SMB, mid-market, enterprise) with time-bound validity periods, enabling segment-specific plan routing and business rules.
|
|
942
|
+
joins:
|
|
943
|
+
- to: plans
|
|
944
|
+
"on": stg_plan_segment_mapping.canonical_plan_code = plans.plan_code
|
|
945
|
+
relationship: many_to_one
|
|
946
|
+
source: inferred
|
|
947
|
+
- to: plan_segment_mapping
|
|
948
|
+
"on": stg_plan_segment_mapping.plan_segment_mapping_id = plan_segment_mapping.plan_segment_mapping_id
|
|
949
|
+
relationship: many_to_one
|
|
950
|
+
source: inferred
|
|
951
|
+
stg_plans:
|
|
952
|
+
table: orbit_analytics.stg_plans
|
|
953
|
+
columns:
|
|
954
|
+
- name: plan_id
|
|
955
|
+
type: string
|
|
956
|
+
descriptions:
|
|
957
|
+
ai: Unique identifiers for individual subscription or service plans within the system.
|
|
958
|
+
- name: plan_code
|
|
959
|
+
type: string
|
|
960
|
+
descriptions:
|
|
961
|
+
ai: Short identifier codes representing subscription tier levels (e.g., starter, growth, enterprise).
|
|
962
|
+
- name: plan_name
|
|
963
|
+
type: string
|
|
964
|
+
descriptions:
|
|
965
|
+
ai: Human-readable label for a subscription tier offered to customers.
|
|
966
|
+
- name: canonical_plan_code
|
|
967
|
+
type: string
|
|
968
|
+
descriptions:
|
|
969
|
+
ai: Standardized plan tier categories used to group or normalize various plan variants.
|
|
970
|
+
- name: is_retired
|
|
971
|
+
type: boolean
|
|
972
|
+
descriptions:
|
|
973
|
+
ai: Boolean flag indicating whether a plan has been deactivated or discontinued from active use.
|
|
974
|
+
- name: retired_at
|
|
975
|
+
type: time
|
|
976
|
+
descriptions:
|
|
977
|
+
ai: Timestamp indicating when a plan was or will be retired; far-future dates suggest active plans.
|
|
978
|
+
descriptions:
|
|
979
|
+
ai: Staging data for subscription plan tiers (Starter, Growth, Enterprise), tracking active plan configurations and retirement status for product offerings.
|
|
980
|
+
joins:
|
|
981
|
+
- to: plans
|
|
982
|
+
"on": stg_plans.canonical_plan_code = plans.plan_code
|
|
983
|
+
relationship: many_to_one
|
|
984
|
+
source: inferred
|
|
985
|
+
- to: plans
|
|
986
|
+
"on": stg_plans.plan_code = plans.plan_code
|
|
987
|
+
relationship: many_to_one
|
|
988
|
+
source: inferred
|
|
989
|
+
- to: plans
|
|
990
|
+
"on": stg_plans.plan_id = plans.plan_id
|
|
991
|
+
relationship: many_to_one
|
|
992
|
+
source: inferred
|
|
993
|
+
stg_purchase_orders:
|
|
994
|
+
table: orbit_analytics.stg_purchase_orders
|
|
995
|
+
columns:
|
|
996
|
+
- name: purchase_order_id
|
|
997
|
+
type: string
|
|
998
|
+
descriptions:
|
|
999
|
+
ai: Unique identifier for each purchase order, formatted with a "po_" prefix and sequential number.
|
|
1000
|
+
- name: purchase_request_id
|
|
1001
|
+
type: string
|
|
1002
|
+
descriptions:
|
|
1003
|
+
ai: Unique identifier linking a purchase order to its originating purchase request.
|
|
1004
|
+
- name: account_id
|
|
1005
|
+
type: string
|
|
1006
|
+
descriptions:
|
|
1007
|
+
ai: Unique identifier for the account associated with each purchase order transaction.
|
|
1008
|
+
- name: supplier_id
|
|
1009
|
+
type: string
|
|
1010
|
+
descriptions:
|
|
1011
|
+
ai: Unique identifier referencing the supplier fulfilling the purchase order.
|
|
1012
|
+
- name: created_at
|
|
1013
|
+
type: time
|
|
1014
|
+
descriptions:
|
|
1015
|
+
ai: Timestamp recording when each purchase order was created, stored in Pacific Time.
|
|
1016
|
+
- name: status
|
|
1017
|
+
type: string
|
|
1018
|
+
descriptions:
|
|
1019
|
+
ai: Current state of the purchase order in the procurement workflow (e.g., sent, fulfilled).
|
|
1020
|
+
- name: amount_cents
|
|
1021
|
+
type: number
|
|
1022
|
+
descriptions:
|
|
1023
|
+
ai: Monetary value of purchase orders stored in cents (e.g., $251.00–$255.00).
|
|
1024
|
+
descriptions:
|
|
1025
|
+
ai: Staging data capturing purchase orders issued to suppliers, tracking procurement requests, associated accounts, order amounts, and fulfillment status for purchasing workflow management.
|
|
1026
|
+
joins:
|
|
1027
|
+
- to: purchase_orders
|
|
1028
|
+
"on": stg_purchase_orders.purchase_order_id = purchase_orders.purchase_order_id
|
|
1029
|
+
relationship: many_to_one
|
|
1030
|
+
source: inferred
|
|
1031
|
+
- to: purchase_requests
|
|
1032
|
+
"on": stg_purchase_orders.purchase_request_id = purchase_requests.purchase_request_id
|
|
1033
|
+
relationship: many_to_one
|
|
1034
|
+
source: inferred
|
|
1035
|
+
- to: stg_suppliers
|
|
1036
|
+
"on": stg_purchase_orders.supplier_id = stg_suppliers.supplier_id
|
|
1037
|
+
relationship: many_to_one
|
|
1038
|
+
source: inferred
|
|
1039
|
+
stg_purchase_requests:
|
|
1040
|
+
table: orbit_analytics.stg_purchase_requests
|
|
1041
|
+
columns:
|
|
1042
|
+
- name: purchase_request_id
|
|
1043
|
+
type: string
|
|
1044
|
+
descriptions:
|
|
1045
|
+
ai: Unique identifiers for purchase requests, prefixed with "pr_" followed by a sequential number.
|
|
1046
|
+
- name: account_id
|
|
1047
|
+
type: string
|
|
1048
|
+
descriptions:
|
|
1049
|
+
ai: Unique identifier for the account associated with each purchase request.
|
|
1050
|
+
- name: requester_user_id
|
|
1051
|
+
type: string
|
|
1052
|
+
descriptions:
|
|
1053
|
+
ai: Unique identifier of the user who submitted the purchase request.
|
|
1054
|
+
- name: created_at
|
|
1055
|
+
type: time
|
|
1056
|
+
descriptions:
|
|
1057
|
+
ai: Timestamp indicating when a purchase request was submitted, stored in UTC with timezone offset.
|
|
1058
|
+
- name: status
|
|
1059
|
+
type: string
|
|
1060
|
+
descriptions:
|
|
1061
|
+
ai: Current approval state of a purchase request in its workflow lifecycle.
|
|
1062
|
+
- name: amount_cents
|
|
1063
|
+
type: number
|
|
1064
|
+
descriptions:
|
|
1065
|
+
ai: Monetary value of purchase requests stored in cents (e.g., 25100 = $251.00).
|
|
1066
|
+
- name: supplier_id
|
|
1067
|
+
type: string
|
|
1068
|
+
descriptions:
|
|
1069
|
+
ai: Unique identifiers referencing the supplier associated with each purchase request.
|
|
1070
|
+
descriptions:
|
|
1071
|
+
ai: Staging data capturing employee-initiated purchase requests submitted to suppliers for procurement approval workflows, tracking request status and associated monetary amounts.
|
|
1072
|
+
joins:
|
|
1073
|
+
- to: purchase_requests
|
|
1074
|
+
"on": stg_purchase_requests.purchase_request_id = purchase_requests.purchase_request_id
|
|
1075
|
+
relationship: many_to_one
|
|
1076
|
+
source: inferred
|
|
1077
|
+
- to: stg_users
|
|
1078
|
+
"on": stg_purchase_requests.requester_user_id = stg_users.user_id
|
|
1079
|
+
relationship: many_to_one
|
|
1080
|
+
source: inferred
|
|
1081
|
+
- to: stg_suppliers
|
|
1082
|
+
"on": stg_purchase_requests.supplier_id = stg_suppliers.supplier_id
|
|
1083
|
+
relationship: many_to_one
|
|
1084
|
+
source: inferred
|
|
1085
|
+
stg_refunds:
|
|
1086
|
+
table: orbit_analytics.stg_refunds
|
|
1087
|
+
columns:
|
|
1088
|
+
- name: refund_id
|
|
1089
|
+
type: string
|
|
1090
|
+
descriptions:
|
|
1091
|
+
ai: Unique identifiers for individual refund transactions, formatted with a sequential numeric suffix.
|
|
1092
|
+
- name: invoice_id
|
|
1093
|
+
type: string
|
|
1094
|
+
descriptions:
|
|
1095
|
+
ai: Unique identifier linking each refund to its originating invoice record.
|
|
1096
|
+
- name: account_id
|
|
1097
|
+
type: string
|
|
1098
|
+
descriptions:
|
|
1099
|
+
ai: Unique identifier linking refunds to the associated customer or business account.
|
|
1100
|
+
- name: amount_cents
|
|
1101
|
+
type: number
|
|
1102
|
+
descriptions:
|
|
1103
|
+
ai: Monetary value of refunds in cents; sample suggests a fixed refund amount of $10,000.
|
|
1104
|
+
- name: status
|
|
1105
|
+
type: string
|
|
1106
|
+
descriptions:
|
|
1107
|
+
ai: Current state of the refund transaction (e.g., succeeded, pending, failed).
|
|
1108
|
+
- name: refunded_at
|
|
1109
|
+
type: time
|
|
1110
|
+
descriptions:
|
|
1111
|
+
ai: Timestamp indicating when a refund was processed, recorded in Pacific Standard Time.
|
|
1112
|
+
- name: reason
|
|
1113
|
+
type: string
|
|
1114
|
+
descriptions:
|
|
1115
|
+
ai: Categorical explanation for why a refund was issued, such as board reconciliation credits.
|
|
1116
|
+
descriptions:
|
|
1117
|
+
ai: Staging data capturing processed refund transactions issued to accounts against invoices, primarily for board reconciliation credits and financial auditing purposes.
|
|
1118
|
+
joins:
|
|
1119
|
+
- to: accounts
|
|
1120
|
+
"on": stg_refunds.account_id = accounts.account_id
|
|
1121
|
+
relationship: many_to_one
|
|
1122
|
+
source: inferred
|
|
1123
|
+
- to: invoices
|
|
1124
|
+
"on": stg_refunds.invoice_id = invoices.invoice_id
|
|
1125
|
+
relationship: many_to_one
|
|
1126
|
+
source: inferred
|
|
1127
|
+
- to: refunds
|
|
1128
|
+
"on": stg_refunds.refund_id = refunds.refund_id
|
|
1129
|
+
relationship: many_to_one
|
|
1130
|
+
source: inferred
|
|
1131
|
+
stg_sessions:
|
|
1132
|
+
table: orbit_analytics.stg_sessions
|
|
1133
|
+
columns:
|
|
1134
|
+
- name: session_id
|
|
1135
|
+
type: string
|
|
1136
|
+
descriptions:
|
|
1137
|
+
ai: Unique sequential identifiers for individual user sessions, formatted with a zero-padded numeric suffix.
|
|
1138
|
+
- name: account_id
|
|
1139
|
+
type: string
|
|
1140
|
+
descriptions:
|
|
1141
|
+
ai: Unique identifier for the customer or business account associated with each session.
|
|
1142
|
+
- name: user_id
|
|
1143
|
+
type: string
|
|
1144
|
+
descriptions:
|
|
1145
|
+
ai: Unique identifiers for individual users associated with each recorded session.
|
|
1146
|
+
- name: started_at
|
|
1147
|
+
type: time
|
|
1148
|
+
descriptions:
|
|
1149
|
+
ai: Timestamp marking when a user session began, stored in Pacific Time zone.
|
|
1150
|
+
- name: duration_seconds
|
|
1151
|
+
type: number
|
|
1152
|
+
descriptions:
|
|
1153
|
+
ai: Length of a user session measured in seconds, indicating engagement duration.
|
|
1154
|
+
- name: is_internal
|
|
1155
|
+
type: boolean
|
|
1156
|
+
descriptions:
|
|
1157
|
+
ai: Boolean flag indicating whether the session originated from internal company users or staff.
|
|
1158
|
+
- name: is_test
|
|
1159
|
+
type: boolean
|
|
1160
|
+
descriptions:
|
|
1161
|
+
ai: Boolean flag identifying whether the session was generated for testing purposes.
|
|
1162
|
+
descriptions:
|
|
1163
|
+
ai: Staging data capturing user session activity, tracking engagement duration and filtering out internal or test traffic for analytics purposes.
|
|
1164
|
+
joins:
|
|
1165
|
+
- to: sessions
|
|
1166
|
+
"on": stg_sessions.session_id = sessions.session_id
|
|
1167
|
+
relationship: many_to_one
|
|
1168
|
+
source: inferred
|
|
1169
|
+
stg_subscriptions:
|
|
1170
|
+
table: orbit_analytics.stg_subscriptions
|
|
1171
|
+
columns:
|
|
1172
|
+
- name: subscription_id
|
|
1173
|
+
type: string
|
|
1174
|
+
descriptions:
|
|
1175
|
+
ai: Unique identifiers for individual subscription records, prefixed with "sub_" followed by a sequential number.
|
|
1176
|
+
- name: account_id
|
|
1177
|
+
type: string
|
|
1178
|
+
descriptions:
|
|
1179
|
+
ai: Unique identifier linking subscriptions to their associated customer accounts.
|
|
1180
|
+
- name: contract_id
|
|
1181
|
+
type: string
|
|
1182
|
+
descriptions:
|
|
1183
|
+
ai: Unique identifier linking subscriptions to their associated contractual agreements or sales contracts.
|
|
1184
|
+
- name: plan_id
|
|
1185
|
+
type: string
|
|
1186
|
+
descriptions:
|
|
1187
|
+
ai: Identifier referencing the specific subscription plan or pricing tier associated with each subscription record.
|
|
1188
|
+
- name: mrr_cents
|
|
1189
|
+
type: number
|
|
1190
|
+
descriptions:
|
|
1191
|
+
ai: Monthly Recurring Revenue in cents for each subscription, used for billing and revenue tracking.
|
|
1192
|
+
- name: status
|
|
1193
|
+
type: string
|
|
1194
|
+
descriptions:
|
|
1195
|
+
ai: Current state of the subscription lifecycle, such as active, cancelled, or expired.
|
|
1196
|
+
- name: started_at
|
|
1197
|
+
type: time
|
|
1198
|
+
descriptions:
|
|
1199
|
+
ai: Timestamp marking when a subscription became active or the billing period began.
|
|
1200
|
+
- name: ended_at
|
|
1201
|
+
type: time
|
|
1202
|
+
descriptions:
|
|
1203
|
+
ai: Timestamp marking when a subscription period concludes or expires, indicating the scheduled end date.
|
|
1204
|
+
- name: cancelled_at
|
|
1205
|
+
type: time
|
|
1206
|
+
descriptions:
|
|
1207
|
+
ai: Timestamp indicating when a subscription was cancelled; far-future dates suggest active, non-cancelled subscriptions.
|
|
1208
|
+
descriptions:
|
|
1209
|
+
ai: Staging data tracking customer subscription lifecycle details, including billing amounts, plan assignments, and contract durations for recurring revenue management.
|
|
1210
|
+
joins:
|
|
1211
|
+
- to: stg_invoices
|
|
1212
|
+
"on": stg_subscriptions.subscription_id = stg_invoices.subscription_id
|
|
1213
|
+
relationship: one_to_many
|
|
1214
|
+
source: inferred
|
|
1215
|
+
- to: invoices
|
|
1216
|
+
"on": stg_subscriptions.subscription_id = invoices.subscription_id
|
|
1217
|
+
relationship: one_to_many
|
|
1218
|
+
source: inferred
|
|
1219
|
+
stg_supplier_onboarding_events:
|
|
1220
|
+
table: orbit_analytics.stg_supplier_onboarding_events
|
|
1221
|
+
columns:
|
|
1222
|
+
- name: supplier_onboarding_event_id
|
|
1223
|
+
type: string
|
|
1224
|
+
descriptions:
|
|
1225
|
+
ai: Unique identifiers for individual supplier onboarding events, formatted with sequential numeric suffixes.
|
|
1226
|
+
- name: supplier_id
|
|
1227
|
+
type: string
|
|
1228
|
+
descriptions:
|
|
1229
|
+
ai: Unique identifiers for suppliers being tracked through the onboarding process.
|
|
1230
|
+
- name: account_id
|
|
1231
|
+
type: string
|
|
1232
|
+
descriptions:
|
|
1233
|
+
ai: Unique identifiers for accounts associated with supplier onboarding events, formatted as "acct_XXXX".
|
|
1234
|
+
- name: event_type
|
|
1235
|
+
type: string
|
|
1236
|
+
descriptions:
|
|
1237
|
+
ai: Stages in the supplier onboarding lifecycle, tracking progression from invitation to approval.
|
|
1238
|
+
- name: event_at
|
|
1239
|
+
type: time
|
|
1240
|
+
descriptions:
|
|
1241
|
+
ai: Timestamps recording when supplier onboarding events occurred, stored in Pacific Time zone.
|
|
1242
|
+
- name: status
|
|
1243
|
+
type: string
|
|
1244
|
+
descriptions:
|
|
1245
|
+
ai: Current state of a supplier onboarding event, such as pending, completed, or blocked.
|
|
1246
|
+
descriptions:
|
|
1247
|
+
ai: Tracks supplier onboarding lifecycle events, capturing progress milestones and statuses as suppliers move through the onboarding process.
|
|
1248
|
+
stg_suppliers:
|
|
1249
|
+
table: orbit_analytics.stg_suppliers
|
|
1250
|
+
columns:
|
|
1251
|
+
- name: supplier_id
|
|
1252
|
+
type: string
|
|
1253
|
+
descriptions:
|
|
1254
|
+
ai: Unique identifiers for suppliers, formatted with a zero-padded sequential numeric suffix.
|
|
1255
|
+
- name: account_id
|
|
1256
|
+
type: string
|
|
1257
|
+
descriptions:
|
|
1258
|
+
ai: Unique account identifiers linking suppliers to their associated business accounts in the system.
|
|
1259
|
+
- name: supplier_name
|
|
1260
|
+
type: string
|
|
1261
|
+
descriptions:
|
|
1262
|
+
ai: Official business name or label assigned to each supplier in the system.
|
|
1263
|
+
- name: status
|
|
1264
|
+
type: string
|
|
1265
|
+
descriptions:
|
|
1266
|
+
ai: Current lifecycle stage of a supplier's relationship with the organization, from onboarding to active or inactive.
|
|
1267
|
+
- name: created_at
|
|
1268
|
+
type: time
|
|
1269
|
+
descriptions:
|
|
1270
|
+
ai: Timestamp recording when each supplier record was initially created in the system.
|
|
1271
|
+
descriptions:
|
|
1272
|
+
ai: Staging data tracking supplier onboarding lifecycle, capturing vendor registration status and progression from invitation through active account activation.
|
|
1273
|
+
joins:
|
|
1274
|
+
- to: stg_purchase_orders
|
|
1275
|
+
"on": stg_suppliers.supplier_id = stg_purchase_orders.supplier_id
|
|
1276
|
+
relationship: one_to_many
|
|
1277
|
+
source: inferred
|
|
1278
|
+
- to: stg_purchase_requests
|
|
1279
|
+
"on": stg_suppliers.supplier_id = stg_purchase_requests.supplier_id
|
|
1280
|
+
relationship: one_to_many
|
|
1281
|
+
source: inferred
|
|
1282
|
+
- to: purchase_orders
|
|
1283
|
+
"on": stg_suppliers.supplier_id = purchase_orders.supplier_id
|
|
1284
|
+
relationship: one_to_many
|
|
1285
|
+
source: inferred
|
|
1286
|
+
- to: purchase_requests
|
|
1287
|
+
"on": stg_suppliers.supplier_id = purchase_requests.supplier_id
|
|
1288
|
+
relationship: one_to_many
|
|
1289
|
+
source: inferred
|
|
1290
|
+
stg_support_tickets:
|
|
1291
|
+
table: orbit_analytics.stg_support_tickets
|
|
1292
|
+
columns:
|
|
1293
|
+
- name: support_ticket_id
|
|
1294
|
+
type: string
|
|
1295
|
+
descriptions:
|
|
1296
|
+
ai: Unique identifiers for individual customer support tickets, formatted as sequential alphanumeric codes.
|
|
1297
|
+
- name: account_id
|
|
1298
|
+
type: string
|
|
1299
|
+
descriptions:
|
|
1300
|
+
ai: Unique identifier linking support tickets to specific customer or business accounts.
|
|
1301
|
+
- name: requester_user_id
|
|
1302
|
+
type: string
|
|
1303
|
+
descriptions:
|
|
1304
|
+
ai: Unique identifier of the user who submitted or initiated the support ticket request.
|
|
1305
|
+
- name: severity
|
|
1306
|
+
type: string
|
|
1307
|
+
descriptions:
|
|
1308
|
+
ai: Priority level of support tickets, indicating urgency (e.g., critical, high).
|
|
1309
|
+
- name: category
|
|
1310
|
+
type: string
|
|
1311
|
+
descriptions:
|
|
1312
|
+
ai: Classification of the support issue type, such as approval routing workflows or processes.
|
|
1313
|
+
- name: status
|
|
1314
|
+
type: string
|
|
1315
|
+
descriptions:
|
|
1316
|
+
ai: Current state of a support ticket in its resolution workflow (e.g., open, closed).
|
|
1317
|
+
- name: created_at
|
|
1318
|
+
type: time
|
|
1319
|
+
descriptions:
|
|
1320
|
+
ai: Timestamp recording when a support ticket was initially submitted by the requester.
|
|
1321
|
+
- name: resolved_at
|
|
1322
|
+
type: time
|
|
1323
|
+
descriptions:
|
|
1324
|
+
ai: Timestamp indicating when a support ticket was resolved; future date (2099) likely signals unresolved tickets.
|
|
1325
|
+
- name: owner_user_id
|
|
1326
|
+
type: string
|
|
1327
|
+
descriptions:
|
|
1328
|
+
ai: Unique identifier of the support agent or employee assigned to handle the ticket.
|
|
1329
|
+
descriptions:
|
|
1330
|
+
ai: Staging data for customer support tickets tracking issue severity, status, and ownership for resolution management across accounts.
|
|
1331
|
+
stg_users:
|
|
1332
|
+
table: orbit_analytics.stg_users
|
|
1333
|
+
columns:
|
|
1334
|
+
- name: user_id
|
|
1335
|
+
type: string
|
|
1336
|
+
descriptions:
|
|
1337
|
+
ai: Unique identifiers for individual users, formatted with a zero-padded sequential numeric suffix.
|
|
1338
|
+
- name: account_id
|
|
1339
|
+
type: string
|
|
1340
|
+
descriptions:
|
|
1341
|
+
ai: Unique identifier linking users to their associated organizational account, formatted as "acct_XXXX".
|
|
1342
|
+
- name: email
|
|
1343
|
+
type: string
|
|
1344
|
+
descriptions:
|
|
1345
|
+
ai: Email addresses of users, formatted with anonymized user and customer identifiers for staging/testing purposes.
|
|
1346
|
+
- name: role
|
|
1347
|
+
type: string
|
|
1348
|
+
descriptions:
|
|
1349
|
+
ai: Functional designation of a user within the system, such as requester, approver, admin, or finance.
|
|
1350
|
+
- name: is_requester
|
|
1351
|
+
type: boolean
|
|
1352
|
+
descriptions:
|
|
1353
|
+
ai: Boolean flag indicating whether the user has submitted or can submit requests.
|
|
1354
|
+
- name: is_internal
|
|
1355
|
+
type: boolean
|
|
1356
|
+
descriptions:
|
|
1357
|
+
ai: Boolean flag indicating whether a user belongs to the internal organization or team.
|
|
1358
|
+
- name: is_test
|
|
1359
|
+
type: boolean
|
|
1360
|
+
descriptions:
|
|
1361
|
+
ai: Boolean flag identifying whether the user account is a test or dummy entry.
|
|
1362
|
+
- name: created_at
|
|
1363
|
+
type: time
|
|
1364
|
+
descriptions:
|
|
1365
|
+
ai: Timestamp recording when a user account was first created in the system.
|
|
1366
|
+
- name: slack_user_id
|
|
1367
|
+
type: string
|
|
1368
|
+
descriptions:
|
|
1369
|
+
ai: Unique identifiers linking users to their corresponding Slack workspace accounts.
|
|
1370
|
+
- name: looker_user_id
|
|
1371
|
+
type: string
|
|
1372
|
+
descriptions:
|
|
1373
|
+
ai: Unique identifiers linking users to their corresponding Looker analytics platform accounts.
|
|
1374
|
+
- name: notion_user_id
|
|
1375
|
+
type: string
|
|
1376
|
+
descriptions:
|
|
1377
|
+
ai: Unique identifiers linking users to their corresponding Notion workspace accounts.
|
|
1378
|
+
- name: drive_owner_id
|
|
1379
|
+
type: string
|
|
1380
|
+
descriptions:
|
|
1381
|
+
ai: Unique identifiers linking users to their associated Google Drive ownership accounts.
|
|
1382
|
+
descriptions:
|
|
1383
|
+
ai: Staging data for external user accounts, capturing identity, roles, and system integrations (Slack, Looker) to support access management and authentication workflows.
|
|
1384
|
+
joins:
|
|
1385
|
+
- to: int_procurement_qualifying_actions
|
|
1386
|
+
"on": stg_users.user_id = int_procurement_qualifying_actions.user_id
|
|
1387
|
+
relationship: one_to_many
|
|
1388
|
+
source: inferred
|
|
1389
|
+
- to: stg_purchase_requests
|
|
1390
|
+
"on": stg_users.user_id = stg_purchase_requests.requester_user_id
|
|
1391
|
+
relationship: one_to_many
|
|
1392
|
+
source: inferred
|
|
1393
|
+
- to: purchase_requests
|
|
1394
|
+
"on": stg_users.user_id = purchase_requests.requester_user_id
|
|
1395
|
+
relationship: one_to_many
|
|
1396
|
+
source: inferred
|
|
1397
|
+
- to: sessions
|
|
1398
|
+
"on": stg_users.user_id = sessions.user_id
|
|
1399
|
+
relationship: one_to_many
|
|
1400
|
+
source: inferred
|