ReferenceAsk
Remy Reference/admin/Deploy a mapper
?

Deploy a mapper

Ships a mapper version so bulk jobs and syncs use it.
admin.dataSourceMappers.mapDeploy({ slug, release? })

Promotes the mapper so ingestion uses it: from here, a sync or a bulk job runs each object through it. Deploy after map test reads clean; remap then reprocesses objects already stored under the previous mapper.

Parameters
--source
string
Corpus slug.
--release
id
A specific release id to deploy; defaults to the latest.
CLI
remy-admin datasources map deploy --source news