laminlabs / lamindb

A data framework for biology.
https://docs.lamin.ai
Apache License 2.0
129 stars 12 forks source link

🚸 Enabling to append to a collection #2073

Closed falexwolf closed 4 weeks ago

falexwolf commented 1 month ago

This here is horrible UX, both in terms of how the constructor is called and in terms of the logging.

image

What we want instead is:

collection_v2 = collection_v1.append(artifact)
Koncopd commented 4 weeks ago

done here https://github.com/laminlabs/lamindb/pull/2077