sanity dataset import <file> <target_dataset>
Import documents to given dataset from ndjson file
Arguments
| Name | Description |
|---|---|
file | filepaths |
target_dataset |
Options
| Name | Description |
|---|---|
--missing | On duplicate document IDs, skip importing document in question |
--replace | On duplicate document IDs, replace existing document with imported document |
--allow-failing-assets | Skip assets that cannot be fetched/uploaded |
--replace-assets | Skip reuse of existing assets |