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
fix(spec): align reportForm with the 9.0 dataset-bound ReportSchema (ADR-0021) (#1730)
The authoring form still declared the pre-9.0 query-form fields
(objectName / columns / groupingsDown / groupingsAcross / filter) that the
single-form cutover removed from ReportSchema — so spec-driven editors
rendered controls whose output the schema strips at parse time (and
`filter` had been renamed `runtimeFilter`).
Declare the dataset-bound shape instead: a Dataset binding section with
`dataset` (new `ref:dataset` widget hint) + `values` / `rows` string-tag
selectors, `runtimeFilter` under Filter & chart, and joined blocks
unchanged.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
reportForm now matches the 9.0 dataset-bound ReportSchema (ADR-0021): the authoring form declares `dataset` / `values` / `rows` / `runtimeFilter` instead of the removed query-form fields (`objectName` / `columns` / `groupingsDown` / `groupingsAcross` / `filter`), so editors no longer offer fields the schema strips at parse time.
0 commit comments