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

Contents insertion on Lookup table should fail gracefully

Open eywalker opened this issue 6 years ago • 1 comments
trafficstars

Currently if someone is using a dj.Lookup table with contents field that has more entries then it is found in the database but if the person doesn't have insert and update privilege, the table definition fails. It should be that if insert/update fails, then it should only issue a warning but not prevent the whole import.

eywalker avatar Apr 10 '19 20:04 eywalker

Read-only users also discussed in #636

guzman-raphael avatar Jan 19 '21 17:01 guzman-raphael