caltechlibrary / irdmtools

A Go and Python package for working with InvenioRDM repositories.
https://caltechlibrary.github.io/irdmtools
Other
1 stars 1 forks source link

Add file metadata #45

Closed tmorrell closed 1 year ago

tmorrell commented 1 year ago

The updates in eprints_to_rdm.py need to be tested, and there is issue where rdmutil.update_draft isn't working correctly. Nothing gets returned from the go application, so it's hard to debug. The generated metadata works fine when I send it through my python library, so it's something with the go code or connector.

I've been doing my development with local_test_eprints_to_rdm.py, which is a modified version of eprints_to_rdm. It can be deleted, but I include it here since that's what I've tested.