datajoint-python icon indicating copy to clipboard operation
datajoint-python copied to clipboard

New kwarg for autopopulate - returning success count after the `.populate()` call

Open ttngu207 opened this issue 2 years ago • 0 comments

Introduce a new argument return_success_count to the .populate() routine, that would return the count of successful make() calls in one .populate() call.

This functionality allows for us to answer the question: "Did anything happen in my .populate() call?" without having to call the key_source again (e.g. with .progress())

ttngu207 avatar Sep 02 '22 17:09 ttngu207