The new update scenario now stores new metadata update to the metadata storage.
The loader does not, it currently stores the transformed xml (into json dict).
The loader passes by this deposit_read call to actually retrieve the data.
So prior to adapting the loader, this needs to happen.
This also:
- adds type to impacted methods along the way.
- simplifies a bit the current deposit_read tests
In D4101, I refactor this deposit_read endpoint and add
some docs about it.
In another deposit loader diff, I plan to adapt the
loader to this new format change (so it sends that raw information in the
metadata storage instead of the current transformed metadata)
Related to T2649