-
Notifications
You must be signed in to change notification settings - Fork 493
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
Add Whole Tale to Dataverse demo site #6446
Comments
@craig-willis thanks for opening this issue. It should be relatively straightforward to follow Whole Tale's excellent documentation (screenshot below) at https://wholetale.readthedocs.io/en/stable/users_guide/integration.html#dataverse-external-tools via http://guides.dataverse.org/en/4.18.1/admin/external-tools.html |
Having trouble running this on demo: Plus Wholetale command line has a typo, says -upload-file should say --upload-file. |
Bloops. Good catch. This is my fault. I created this issue about this:
And then this pull request:
|
At standup today we discussed how now that pull request #6460 has been merged, this issue should be unblocked. @scolapasta asked me to do one last check but I got a strange result. This is what I did:
At expected something like
The question I was going to try to answer was "If you run the SQL from pull request #6460 manually and then let Flyway run it, are there any errors or problems deploying?" Instead, I have more questions, especially, "Why was I able to add the Whole Tale tool on 4.17 without the SQL script?" and "Do we need to update the release notes for 4.17 or not?" As I mentioned at standup, I already added a stub to the bottom of the 4.17 release notes about #6459 so I'll tag @djbrooke to make sure we talk more about this. |
When I look at my installation of Dataverse that I upgraded from Dataverse 4.16 to 4.17 the "externaltool" table already allows contenttype to be null:
Again, this is without me running the SQL script in pull request #6460. So I'm not sure if it's really necessary. Very confusing. |
@scolapasta can you please take a look at my last two comments? Thanks! |
@pdurbin I'm not sure why it would be not "not null" in your 4.16 -> 4.17 instance. That said, that would work for the use case of checking that the flyaway script works when the not null has been removed manually. |
I just clicked "Explore" from a dataset in https://demo.dataverse.org and I was able to successfully run some code in Whole Tale. Below I'll put some screenshots.
|
Thanks all. It will be great to be able to demonstrate this integration using the demo Dataverse instance. |
I just did some more testing and the answer seems to be "no". That is to say, while running 4.17 I ran the SQL upgrade script. Then I upgraded to the latest in develop dc103c4. No problems deploying. I think we're good. @djbrooke I went ahead and updated the live 4.17 release note. I didn't update doc/release-notes/4.17-release-notes.md but I'd be happy to make a pull request. |
I was trying to demo the Whole Tale/Dataverse integration today and noticed that the external tools integration is no longer available.
The text was updated successfully, but these errors were encountered: