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
Currently the DELETE flag can be set to TRUE or FALSE. Would it be possible to target a specific folder in the dataset to skip if the DELETE flag is set to TRUE?
A common use case would be to upload code files from GitHub to Dataverse, but add data files separately. When a new version of the code is released and triggers an update of the Dataverse dataset, it would be great to have all of the files from GitHub be deleted and the new files uploaded to the dataset (as how it currently works), but allow the user to add a flag to the YML file targeting folders to NOT delete. This allows the user to avoid having to upload the same data files to the dataset for each version update.
The text was updated successfully, but these errors were encountered:
Currently the
DELETE
flag can be set toTRUE
orFALSE
. Would it be possible to target a specific folder in the dataset to skip if theDELETE
flag is set toTRUE
?A common use case would be to upload code files from GitHub to Dataverse, but add data files separately. When a new version of the code is released and triggers an update of the Dataverse dataset, it would be great to have all of the files from GitHub be deleted and the new files uploaded to the dataset (as how it currently works), but allow the user to add a flag to the YML file targeting folders to NOT delete. This allows the user to avoid having to upload the same data files to the dataset for each version update.
The text was updated successfully, but these errors were encountered: