?
Remap a source
Reruns the deployed mapper over a source's stored raw copies, as a budgeted job.
admin.dataSourceMappers.remap({ slug, budgetDollars?, limit?, wait? })
Reprocesses the objects a source has already stored through the current mapper, without re-reading the origin. It runs as a job with the same budget and approval behaviour as a load, so a mapper fix can be rolled across an existing corpus. A source must be hydrated (its raw copies kept) for remap to have something to work from.
Parameters
--source
string
Corpus slug.
--budget
dollars
Dollar ceiling for this run.
--limit
number
Cap on objects reprocessed.
--wait
flag
Block until the remap finishes.
CLI
remy-admin datasources remap --source news --budget 10 --wait