Commit Graph

2 Commits

Author SHA1 Message Date
CarolinePascal ba6cf118cf migration: add --list-missing to prune_destination.py
Report datasets present in the manifest but absent from the destination repo,
grouped by their migration action (ERROR/skipped/...), to explain the src-vs-dst
count gap. Also de-duplicate manifest rows by root (resumed runs append).
2026-07-17 17:25:59 +02:00
CarolinePascal 84896aa8c8 migration: add prune_destination.py to remove errored / mislabeled-SO datasets
Reads the run manifest(s), selects datasets that errored during migration and/or
were labelled SO but aren't a real 6-DOF SO arm, intersects with what's actually
present in the destination repo, and deletes their folders. Dry-run by default.
2026-07-17 17:16:11 +02:00