You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/includes/_strategy.md
+6-16Lines changed: 6 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ The `productStrategy` object captures the business intent behind a data product
4
4
5
5
By embedding business logic directly into the product specification, `productStrategy` ensures data products are not only technically sound but also strategically impactful.
6
6
7
-
## Attributes
7
+
## Attributes and options
8
8
9
9
> Example of catalog object usage:
10
10
@@ -28,7 +28,7 @@ product:
28
28
productKPIs:
29
29
- id: kpi-detection-coverage
30
30
name: Event Detection Coverage
31
-
definition: % of reported incidents captured in real time
31
+
description: % of reported incidents captured in real time
32
32
unit: percentage
33
33
target: 95
34
34
direction: at_least
@@ -37,7 +37,7 @@ product:
37
37
38
38
- id: kpi-time-to-insight
39
39
name: Average Time to Insight
40
-
definition: Median time from event occurrence to product update
40
+
description: Median time from event occurrence to product update
41
41
unit: seconds
42
42
target: 60
43
43
direction: at_most
@@ -66,23 +66,13 @@ product:
66
66
| **target** | number/string | – | Target value for the KPI. |
67
67
| **direction** | enum | `increase`, `decrease`, `at_least`, `at_most`, `equals` | Desired direction of movement. |
68
68
| **timeframe** | string | optional | When the target should be met. |
| **calculation** | string | Human‑readable formula (optional). |
69
72
| **productKPIs** | array | optional | KPIs measured **at product level** that influence `contributesToKPI`. Useful for contribution analysis and governance checks. |
70
73
| **relatedKPIs** | array | optional | Secondary/cross‑unit KPIs to monitor side‑effects and additional value (informational; not for prioritization). |
71
74
| **strategicAlignment** | array | language‑tagged strings | Strategic initiatives, policies, or visions the product aligns with. |
0 commit comments