You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
or fix the problem of assigning files, which is a more intuitive way of doing it (as evidenced by that being what we tried to do ourselves)? If not settable, files probably needs to be _files?
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 setdataset.files
to a list of files on an existing dataset, errors potentially ensue (we picked this up downstream in a service usingoctue
).Proposed Solution
Add a
Dataset.add_multiple
method or expand theDataset.add
method to take any number of argumentsThe text was updated successfully, but these errors were encountered: