?
Inspect source objects
Reads a sample of a source's raw objects, from a store or its connector, to see what a mapper would receive.
admin.dataSourceMappers.inspect({ slug, store?, prefix?, connector?, keys?, limit? })
Shows what the raw objects look like before any mapping: a sample of keys from a file store or the connected bucket, with their size and type. It is the first step in writing a mapper, so you can see the shape of what map will be handed.
Parameters
--source
string
Corpus slug.
--store
name
A file store of objects to sample (with optional --prefix).
--connector
flag
Sample the source's connected bucket instead of a store.
--keys
k1,k2,...
Specific object keys to look at.
--limit
number
How many objects to sample.
CLI
remy-admin datasources inspect --source news --connector --limit 5