Open
Description
Feature request
Use Case
I want to be able to add any number of datafiles to a dataset at once.
Current state
I can only add one using Dataset.add
and, if I just set dataset.files
to a list of files on an existing dataset, errors potentially ensue (we picked this up downstream in a service using octue
).
Proposed Solution
Add a Dataset.add_multiple
method or expand the Dataset.add
method to take any number of arguments