Small edits (#926)

This commit is contained in:
pollfly
2024-09-10 16:06:11 +03:00
committed by GitHub
parent 7c719265d4
commit 4c2ef1a853
4 changed files with 21 additions and 18 deletions

View File

@@ -62,7 +62,7 @@ dataset.tags = []
new_dataset.tags = ['latest']
```
The new dataset inherits the contents of the datasets specified in `Dataset.create`'s `parents` argument.
The new dataset inherits the contents of the datasets specified in `Dataset.create`'s `parent_datasets` argument.
This not only helps trace back dataset changes with full genealogy, but also makes the storage more efficient,
since it only stores the changed and/or added files from the parent versions.
When you access the Dataset, it automatically merges the files from all parent versions