Backfill lab column on historical builds and tests
Open
Database
- Dominant language
- Python
- Stars
- 9
- Forks
- 31
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 16
Description
We should be able to apply backfill to fix previous historical rows to follow the definition #1948.
Populate lab on old historical rows so read paths can switch off JSON extraction without losing data or changing semantics.
## Acceptance criteria
◻ Management command to backfill builds.lab and tests.lab in batches (or a service if we see it more fit).
◻ Options: --batch-size, --since / --until, --dry-run (if necessary we could include more options such as origin).
◻ Idempotent: safe to re-run; only updates rows where column is null or differs from resolved value.
Contributor guide
Assessment
This issue has not been assessed yet.