Joseph M. Burling
Joseph M. Burling
https://github.com/datajoint/datajoint-python/blob/b0f5dc4a27bddfc24598173797b1638f0df2adeb/datajoint/schemas.py#L174 https://github.com/datajoint-company/datajoint-utilities/pull/23#discussion_r926152017
## Bug Report ### Description Calling class methods, properties, or instance methods derived from parent classes of `UserTable` creates inconsistent and confusing error messages when schema is not activated for...
## Bug Report ### Description DataJoint fails to connect with `python 3.10` and `datajoint 0.13.3` but works with `python 3.9.10 and datajoint 0.13.3`. See conda environments and error output below....
## Bug Report ### Description A key/attribute comment in a table definition can be quoted if not used as a foreign key but once used as a foreign key the...
With a fresh build of the docker image using all the defaults, I get the error __lost connection to mysql server during query__ when trying to connect via DataJoint using...
**Describe the bug** Failure to specify `condition_parser` for a single expectation results in all expectations failing. **To Reproduce** ```python import tempfile from pprint import pprint import great_expectations as gx import...