VForWaTer / metacatalog

Modular metadata management platform for environmental data.
https://vforwater.github.io/metacatalog
GNU General Public License v3.0
3 stars 1 forks source link

`api.add_entry` misses `is_partial` flag to create partial entries. #257

Closed mmaelicke closed 1 year ago

mmaelicke commented 1 year ago

@AlexDo1, what was your workflow so far to add partial entries using the API? Do I miss something, but it seems like that is not possible.

AlexDo1 commented 1 year ago

That's true, the parameter isPartial is missing in api.add_entry().
Nevertheless, I used the isPartial parameter when I uploaded the eddy covariance data, and it looks like it worked then: Bildschirmfoto vom 2023-02-08 09-48-33

mmaelicke commented 1 year ago

Ok the is_partial is set over **kwargs, thus is is only about adding docs and a new argument to set it explicitly.