-
Notifications
You must be signed in to change notification settings - Fork 4
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
CollectionResource RDF not supported: requesting CollectionResource causes Could not find schema Exception #25
Comments
You are correct, a collection resource is not yet supported. The WebApp Resource is also not supported. For now, I think we should just handle this exception and raise a not-implemented exception. We will eventually support Collection and WebApp resources in hsmodels. |
Thanks for elaborating on this @sblack-usu. I can get a PR in adding your suggestion by the end of the week or early next. |
Thanks @aaraney! I'm having trouble keeping up with you. You've got a few merges that I haven't released yet. |
Is there a timeline on supporting Collections? |
any update on this @sblack-usu? In a quick glance, I did not see any related issues in the |
I have not prioritized this work yet. @rreinecke - do you have a need for Collections support in hsclient? The action on this issue up until now was to just handle exception feedback to communicate to users that collections are not yet supported. If the community has a need for Collections, we can start prioritizing this work. |
Just wanted to add that I am VERY interested in being able to use collections in the API. My intended data flow is to have users update thier own personal resources that are all contained under the collection umbrella which I maintain control over. |
An update here, I have some more tests to write but I do have a working implementation of a collection resource with hsclient with this pr in hsmodels hydroshare/hsmodels#42 We should be able to get a release out that supports collections once I get the tests written. |
Having done a little digging, this seems to be an issue propagating from
hsmodels
. That being said, it may be more appropriate to move this issue to that projects issue tracker and ref it here.It appears that
hsclient
does not support parsingCollectionResourceRDF
's (i.e. Web App Resource ). See below.Resource used in reproducible example: https://hydroshare.org/resource/d139b42c4de545d78706e4c0b0bf0172
The text was updated successfully, but these errors were encountered: