Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mapper] Mapper should be able to add files to an already existing dataset #1503

Closed
viklund opened this issue Mar 19, 2025 · 1 comment · Fixed by #1507
Closed

[mapper] Mapper should be able to add files to an already existing dataset #1503

viklund opened this issue Mar 19, 2025 · 1 comment · Fixed by #1507

Comments

@viklund
Copy link
Member

viklund commented Mar 19, 2025

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.

@jbygdell
Copy link
Collaborator

This already works as expected when looking at the database calls that mapper performs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants