Time
S
Nick
Message
01:18
shauna joined #dataverse
01:21
skay joined #dataverse
03:32
axfelix joined #dataverse
04:58
axfelix joined #dataverse
05:37
axfelix joined #dataverse
07:16
skay joined #dataverse
12:34
searchbot joined #dataverse
12:41
skay joined #dataverse
12:41
skay joined #dataverse
12:45
skay joined #dataverse
12:55
skay joined #dataverse
13:13
rliebz joined #dataverse
13:39
rliebz joined #dataverse
14:05
skay joined #dataverse
14:05
skay joined #dataverse
14:21
skay joined #dataverse
14:21
skay joined #dataverse
15:49
axfelix joined #dataverse
16:15
rliebz
pdurbin: Hello
16:17
pdurbin
rliebz: hi!
16:19
pdurbin
gonna grab lunch but will be back in a bit
16:43
axfelix joined #dataverse
17:00
pdurbin
rliebz: back. need anything?
17:01
pdurbin
rliebz: did you notice the comment here? Support editing the metadata of a dataset using JSON · Issue #15 · IQSS/dataverse-client-python - https://github.com/IQSS/dataverse-client-python/issues/15
17:02
pdurbin
oh, duh, you replied already :)
17:21
rliebz
pdurbin: Yep! Managed to get it working from the example
17:21
pdurbin
rliebz: nice!
17:22
rliebz
pdurbin: I did notice an issue where if you have files on a published dataset, and you create a draft, the files don't carry over to the draft version
17:22
pdurbin
!
17:22
pdurbin
rliebz: using JSON or SWORD?
17:23
rliebz
pdurbin: Using JSON . Noticed it right before lunch, but I can give SWORD a try too
17:23
pdurbin
rliebz: yes, please try it from SWORD if you're able
17:25
pdurbin
axfelix: and it looks like you saw this is now available for testing: SWORD: Can't use dcterms:type (kindOfData), JsonParseException via ImportGenericServiceBean.importXML · Issue #2064 · IQSS/dataverse - https://github.com/IQSS/dataverse/issues/2064
17:25
pdurbin
(since I did a build on https://apitest.dataverse.org )
17:27
rliebz
pdurbin: I need to finish hotfixing something in, so it'll be a little bit before I get back to you on SWORD
18:04
gwg_ joined #dataverse
18:26
pdurbin
gwg_: welcome!
18:27
gwg_
Thanks pdurbin!
18:36
metamattj joined #dataverse
18:41
rliebz
pdurbin: I'm getting 500s with the SWORD update—I'm probably messing something up, but I'm sure you have better means of testing that if you'd like me to write up an issue for the JSON file deleting for now
18:49
pdurbin
rliebz: sure. please do report an issue. I definitely want to try it myself
18:50
pdurbin
rliebz: I have a testSwordEditDataset method here: https://github.com/IQSS/dataverse-apitester/blob/master/src/test/java/org/dataverse/apitester/sword/SwordTest.java
18:51
pdurbin
it expects a 200 back and the test is passing so I don't think I'm getting a 500
18:53
rliebz
pdurbin: I figured the 500 was probably my fault. It's been a while since I actually touched any of the XML stuff
18:54
pdurbin
ok. but the JSON thing has me concerned. you sound pretty sure
19:07
rliebz
pdurbin: I opened up an issue at https://github.com/IQSS/dataverse/issues/2102 and retested a few times
19:08
rliebz
pdurbin: It does seem that this only happens in the particular case that the draft version doesn't exist and the first action taken is a metadata post
19:09
pdurbin
rliebz: other first actions would be what? ... add a file?
19:10
rliebz
pdurbin: With file deletions current disabled for this case, I believe that is the only other action
19:11
rliebz
pdurbin: I haven't tested this via the GUI , so it's possible the issue is API only
19:17
pdurbin
ok. file addition and deletion both happen through sword
19:17
pdurbin
(from an API perspective)
19:37
garnett joined #dataverse
21:09
garnett joined #dataverse
21:58
garnett joined #dataverse
22:32
metamattj joined #dataverse
22:50
pdurbin
gwg_: so I take it you're hoping to use Dataverse APIs from Python
23:08
garnett joined #dataverse
23:26
gwg_
purdbin that's right, although I think just http requests will work pretty fine as well
23:27
gwg_ joined #dataverse
23:27
gwg_
pdurbin thank you very much for all your help throughout this though! I'll definitely keep in touch as I continue working.