Lattice Grid Buy a licence

The grid (core) ยท console.warn

source.mode "derived": `{producer}` is a terminal producer and replaces the pipeline, so {keys} {is|are} ignored. Sort, filter or limit the derived grid itself, or chain a second derived grid whose `from` is this one.

Printed by The grid (core), prefixed [lattice], since 1.52.0.

Warnings referencesource.derived.producer.ignored.*

Identifier
source.derived.producer.ignored.*
Raised by
The grid (core)
Since
1.52.0

What happened

A terminal producer builds its own output, so the pipeline keys listed in the message never run. They are ignored rather than silently reordering the producer's output, which would give a different answer from the one they describe.

The fix

Sort, filter or limit the derived grid itself - its own query applies to the producer's output - or chain a second derived grid.

Reference

Covered in full at the API reference.