The grid (core) ยท console.warn
source.mode "derived": `profile` and `statistics` are both terminal producers and cannot be used together - each replaces the pipeline with its own output builder. Declare one, or chain a second derived grid whose `from` is the first.
Printed by The grid (core), prefixed [lattice], since 1.52.0.
Warnings reference › source.derived.producer.conflict
- Identifier
source.derived.producer.conflict- Raised by
- The grid (core)
- Since
- 1.52.0
What happened
A terminal producer replaces the derivation pipeline with its own output, so two of them have no combined meaning: a profile of the correlations is a different derivation, not a merged one. The configuration is refused and no rows are produced.
The fix
Declare one producer. To do both, chain a second derived grid whose from is the first.
Reference
Covered in full at the API reference.