registry.ConsistencyIssue

registry.ConsistencyIssue(kind, run_hash, detail, severity='warning')

A run<->analysis consistency problem found by :meth:RunRegistry.check_consistency.

Attributes

Name Type Description
kind str Machine-readable issue type (e.g. "duplicate_replicate", "data_without_config", "orphan_cell_data", "ran_not_ingested").
run_hash str | None The run hash the issue concerns (if applicable).
detail str Human-readable description.
severity str "error" (data integrity) or "warning" (informational, e.g. ran-but-not-ingested).