mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-22 08:38:08 +02:00
refactor: remove legacy compatibility paths (#64)
* refactor: remove legacy compatibility paths * fix: support legacy metabase native queries * test: use canonical semantic layer descriptions * Rename CLI description * Recover setup scan from SQLite ABI mismatch * Remove legacy product name from CLI help
This commit is contained in:
parent
e353425266
commit
97da9919e9
83 changed files with 442 additions and 527 deletions
|
|
@ -1,10 +1,11 @@
|
|||
name: churn_risk
|
||||
description: |
|
||||
Per-account churn risk scoring for B2B SaaS customers. Combines signals from
|
||||
subscriptions (cancellation history), support tickets (severity, SLA breaches),
|
||||
product usage (adoption decline), contracts (renewal proximity), CSM activities
|
||||
(engagement recency), and invoices (payment issues) into a weighted composite
|
||||
risk_score (0-1) and risk_tier (High/Medium/Low). One row per customer account.
|
||||
descriptions:
|
||||
user: |
|
||||
Per-account churn risk scoring for B2B SaaS customers. Combines signals from
|
||||
subscriptions (cancellation history), support tickets (severity, SLA breaches),
|
||||
product usage (adoption decline), contracts (renewal proximity), CSM activities
|
||||
(engagement recency), and invoices (payment issues) into a weighted composite
|
||||
risk_score (0-1) and risk_tier (High/Medium/Low). One row per customer account.
|
||||
sql: |
|
||||
WITH sub_signals AS (
|
||||
SELECT
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
name: churn_risk
|
||||
description: |
|
||||
Customer churn risk score combining tenure,
|
||||
usage trends, and support burden.
|
||||
descriptions:
|
||||
user: |
|
||||
Customer churn risk score combining tenure,
|
||||
usage trends, and support burden.
|
||||
sql: |
|
||||
SELECT
|
||||
c.id AS customer_id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue