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

sample datasets cannot be created in Dataverse 5.10+ due to backward incompatibility with regard to licenses #30

Closed
pdurbin opened this issue Jun 3, 2022 · 2 comments · Fixed by #33
Assignees
Labels
Projects

Comments

@pdurbin
Copy link
Member

pdurbin commented Jun 3, 2022

Multiple licenses were introduced in 5.10 with this PR:

Since then, the datasets in this sample data repo can't be created. You'll get Error parsing dataset json

As far as I know, at minimum, you have to make this change:

-    "license": "CC0",
+    "license": "CC0 1.0",
pdurbin added a commit that referenced this issue Jun 3, 2022
I'm restoring this dataset to what I intended originally, to make it
look more real. The title is now back to normal. There are no restricted
files. The tags look real.

Also, the dataset can now be created. See #30 for how the format changed
from "CC0" to "CC0 1.0".
@pdurbin pdurbin added this to Watching in pdurbin Jun 3, 2022
@scolapasta scolapasta moved this from On Deck 🛎 to Next Sprint 🏃‍♀️ in IQSS/dataverse (TO BE RETIRED / DELETED in favor of project 34) Aug 3, 2022
@mreekie
Copy link

mreekie commented Aug 3, 2022

This will be included as pm.trivial. & pm.phil.

@pdurbin pdurbin moved this from This Sprint 🏃‍♀️ to IQSS Team - In Progress 💻 in IQSS/dataverse (TO BE RETIRED / DELETED in favor of project 34) Aug 11, 2022
@pdurbin pdurbin self-assigned this Aug 11, 2022
pdurbin added a commit that referenced this issue Aug 11, 2022
Replace "CC0" with "CC0 1.0".

Remove `"license": "NONE"` entirely as it's no longer supported.
pdurbin added a commit that referenced this issue Aug 11, 2022
@pdurbin
Copy link
Member Author

pdurbin commented Aug 11, 2022

I just made the following PR to fix this:

@pdurbin pdurbin moved this from Watching to Done in pdurbin Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging a pull request may close this issue.

3 participants