Create version by adding new files to the dataset without deleting all the existing files in that version.
Open
- Dominant language
- Python
- Stars
- 7.5k
- Forks
- 1.4k
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 11
Description
I'm using the Python API, often I need to update the dataset with a new file along with the old ones, but when I do `api.dataset_create_version("./folder", version_notes=f"Updated on {date}")` it just creates a new version with just the files under the folder. I need the new files to exist along with the old files, how do I achieve it?
Contributor guide
Assessment
This issue has not been assessed yet.