NHMDenmark / DaSSCo-Integration

This Repo will include integration of dassco storage from northtec
0 stars 0 forks source link

Overwriting asset_pid and payload #36

Open Baeist opened 3 months ago

Baeist commented 3 months ago

In storage_client.py we are currently overwriting asset_pid and payload_type fields for create asset and update asset calls in order to conform to api requirements.

Baeist commented 1 week ago

We are currently only inserting dummy values when the fields are empty. This for now means only asset_pid gets a value but i have not removed the option for inserting a value for payload_type yet.