Small edits (#526)

This commit is contained in:
pollfly
2023-04-04 16:16:54 +03:00
committed by GitHub
parent 4700306b9d
commit 3b71c66636
21 changed files with 41 additions and 255 deletions

View File

@@ -61,7 +61,7 @@ new_dataset.tags = ['latest']
The new dataset inherits the contents of the datasets specified in `Dataset.create`'s `parents` 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.
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
in a fully automatic and transparent process, as if the files were always part of the requested Dataset.