Jan Range
Jan Range
@kuriwaki — Yes, the action spins up a local Dataverse instance available to the action's runner. In terms of consistency, I would recommend using the Dataverse Action instead of querying...
@marcenacp - This will likely fix it. I suspect another package in the list has a `scrapydweb==1.4.0` dependency, which means that the `scrapydweb` from the requirements is skipped since no...
@jmurugan-fzj thanks for the submission! I tested your PR to `POST` data to Demo Dataverse (using native PyDataverse and EasyDataverse). Everything works fine! Please find the code I have used...
@landreev thanks for the reminder in #142 and this PR! I think the addition of this PR makes sense and enhances the utility of the library. We have been able...
Just discovered this issue and the idea seems to align very well to what has been done with [EasyDataverse](https://github.com/gdcc/easyDataverse) already. The library also utilizes PyDantic and generates objects according to...
@pdurbin, thanks for raising this. The latest version of EasyDatavere now handles metadata configs dynamically, so you can easily get metadata schemes as classes and populate them like any other...
@jmurugan-fzj - For the time being, I suggest using EasyDataverse to work around the issue. However, in the future, you can continue to use PyDataverse since we are currently planning...
@shoeffner, thanks for the notice and the PR! Once I return from vacation, I will add a test to check for empty `json_str` to this PR.
I've included a test case to verify whether the behavior is as expected when `json_str` is set to `None` in the case of uploading a file. Would either @shoeffner or...
@shoeffner I have updated this PR and specifically the tests to use pyDataverse methods instead of manual requests, as highlighted by you. The PR is now ready for review.