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
It should be possible to extend a dataset with more files, currently mapper throws an error in case the dataset already exists.
Description
When mapper gets a message for dataset creation together with a list of files it should first check if the dataset exists and in that case it should just proceed to add the files to that dataset.
Out of scope
For this task we are assuming that we have already validated that the new files originate from the same data controller as the already existing dataset.
The text was updated successfully, but these errors were encountered:
Backround
It should be possible to extend a dataset with more files, currently mapper throws an error in case the dataset already exists.
Description
When
mapper
gets a message for dataset creation together with a list of files it should first check if the dataset exists and in that case it should just proceed to add the files to that dataset.Out of scope
For this task we are assuming that we have already validated that the new files originate from the same data controller as the already existing dataset.
The text was updated successfully, but these errors were encountered: