Remove single item from Dataset
Hi!
Is it possible to delete a single item from a local Dataset?
1 Reply
deep-jade•2y ago
Hi @Tommaso, dataset does not support delete operation on items. Local datasets are stored in ./storage/datasets/{name/default}/{1 json file per item}. In case you would delete manually an item and try to load this dataset using SDK later, it might fail as this behavior is not expected.