What provenance contains
Each result includes aprovenance object:
Why it matters
- Traceability. From any result you can find the exact source object and line, which makes debugging and auditing concrete rather than approximate.
- Reproducibility.
source_etagandtransform_versionpin a result to a specific revision of the data and the code that parsed it. - Isolation.
tenant_idon every record means tenant isolation holds at the data layer, not only at the query layer.
Provenance is attached at ingestion to every record, so it is present on results across all search modes.