?
Replay quarantine
Reruns a job's quarantined objects through the current mapper.
admin.dataSourceMappers.replay({ jobId, kind?, wait? })
Starts a fresh job over the objects an earlier one quarantined, running them through the mapper as it stands now. It is the other half of fixing a bad batch: quarantine to see what was set aside and why, deploy the corrected mapper, then replay to bring those objects back in.
Parameters
id
string
RequiredJob id (positional).
--kind
skip|error
Replay only skipped, or only errored, objects.
--wait
flag
Block until the replay finishes.
CLI
remy-admin datasources jobs replay job_abc123 --kind skip --wait