Ethan Ho
Ethan Ho
Thanks for the reply @benbovy. > Accessing variable metadata from inside process class methods would probably make sense indeed. I have spent little time in the package code, but it...
> * Using an `attr.Attribute` to store an `attr.Attribute` looks a bit weird to me. Good point. I overlooked the fact that `as_attr` in the above example would itself be...
Should we anticipate support for `3.6.9`?
@dustinkirkland Please consider merging
Hi @CBroz1, I'll resolve this issue next week. Apologies for the delay.
CI is failing due to `black` formatting. We should merge #1153 before this ticket.
## Initial Work: Consistent File Folder Structure The first step is to design a consistent file folder structure that's prescribed by DataJoint, based on the schema design and primary key...
Besides `.github/workflows/development.yaml`, this PR only contains changes made by `black` formatting.
Replicated issue on a public repository. I should have realized this earlier, but I had not pushed my current working branch, which resolved for me.
AFAIK, `dj.Connection` does not implement a context manager. So this issue is a feature request to add context manager functionality to `dj.Connection`, not a bug fix.