The grid (core) ยท console.warn
duplicate column id "{id}" in the store schema; ignoring the second
Printed by The grid (core), prefixed [lattice], since 1.0.1.
Warnings reference › store.dup.*
- Identifier
store.dup.*- Raised by
- The grid (core)
- Since
- 1.0.1
What happened
Two schema entries share an id. The first is kept and the second ignored, so whatever the second declared - a different kind, a different reader - is not in effect.
The fix
Give each column a distinct id in the ingest schema.
Reference
Covered in full at the API reference.