v2.14.0
[2.14.0] - 2026-06-16
Added
- Artefacts Composability Resolution (ACR). A new
composablesendpoint answers, for the query you have built so far, which other artefacts can still be added and yield a valid, fanout-free result.POST /v1/sessions/{id}/models/{mid}/composablestakes a query as the anchor (its dimensions and measures), andGET .../composables?anchor=...accepts one or more named anchors; both return composabledimensions,measures, andmetrics, pluscflMeasures/cflMetricsfor artefacts combinable only through the Composite Fact Layer. Top-level shortcuts (/v1/composables) auto-resolve a single session/model. ACR reuses the planner's directed join-graph reachability, so anything it reports as composable is guaranteed to compile. Seedocs/guide/composability.md. - Guided query building in the UI. The Gradio playground now highlights composable dimensions and measures/metrics in the artefact pickers as you edit the query (a check mark, with
(via CFL)for cross-fact candidates). Highlighting never hides artefacts, so independent (CFL) analyses stay discoverable.
Full Changelog: v2.12.0...v2.14.0