Chris Broz
Chris Broz
Ok, I'll look into this. That looks like `cautious_delete` did what it was supposed to, but the table structure results in some issues with DJ's delete process EDIT: There's some...
Hi @xlsun79 - The missing node error can be solved by importing the table and attempting to rerun. If you see a 'max attempt' error even after importing, please port...
In a possibly related case, a user reported that cascade failed on this recording table because it yielded an invalid restriction... ```sql DELETE FROM `spikesorting_v1_recording`.`__spike_sorting_recording` WHERE ( (`nwb_file_name`="bobrick20231204_.nwb")) ``` Error...
I have been able to replicate the `Unknown column` issue and discuss on DataJoint slack 
Submitted as [datajoint 1159](https://github.com/datajoint/datajoint-python/issues/1159)
Yes, I think we can close. We already depend on the unreleased version for password management. I'm hoping they'll be able to make a release after [1158](https://github.com/datajoint/datajoint-python/pull/1158)
I think this would be best addressed by [hidden attributes](https://github.com/datajoint/datajoint-python/pull/1091), if and when they become available in DataJoint
Now that we manage version with `hatch`, the 'ground truth' of versioning is the GitHub tag, which pushes to PyPI, so either. I worry that adding another source of ground...
Thanks, @edeno - yes, rerunning `pip install` updates. Not sure how to revise our workflow to make this version check u smoothly I see what you mean @rly - The...
I added a commit to #1281 to track versions, and a mechanism for ensuring that the user has the penultimate patch. This is wouldn't be enforced until > `0.5.5` and...