ReferenceAsk
Remy Reference/admin/Hydrate a source
?

Hydrate a source

Keeps a source's raw object copies, so it can be remapped and sampled later.
admin.dataSourceEvals.hydrate({ slug, wait? })

Stores a raw copy of each of a source's objects, so the source can be remapped or sampled without re-reading its origin. It runs in the background; --wait blocks until every document is hydrated.

Parameters
--source
string
Corpus slug.
--wait
flag
Block until every document is hydrated.
CLI
remy-admin datasources hydrate --source news --wait