Chris Turner
Chris Turner
## Bug Report ### Description Alter on part tables yields 'datajoint.errors.DataJointError: Foreign key reference master could not be resolved' ### Reproducibility Via support ticket 151 ; reproduced on linux /...
## Feature Request ### Problem New users often hit server configuration issues such as too small max_allowed_packet, etc. Often, the setup/configuration process goes like this: 1) user tries datajoint 2)...
## Feature Request ### Problem The current heirarchy of DJ* variables, global config, local config matches configuration idioms for many systems and works well for statically configured environments or single...
## Feature Request ### Problem Often, a user wants to quickly check on something in a pipeline, etc. without using a 'full' pipeline environment with pipeline code, dependencies, etc. In...
dj.Diagram needs to be documented instead of / in addition to ERD
from discussion w/@eywalker it would be nice to have a facility to support recursive deletion across database schemas so that the datajoint schema drop operation doesn't fail if a table...
## Bug Report ### Description DataJoint for Python has a dependency on graphviz binaries. This is outlined clearly for the windows install steps, but not covered for other platforms, creating...
## Bug Report ### Description Installing 13.2 fresh on ubuntu 20.04/py3.8.5 yielded the following dependency errors: raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (cryptography 3.4.7 (/opt/ve/lib/python3.8/site-packages), Requirement.parse('cryptography
## Bug Report (note: iffy if this is a bug, a request for a shift in behavior, or a bug in requirments spec.. filing as a bug for now) ###...
## Feature Request ### Problem datajoint store syntax is fairly complicated, with various parameters that overlap/vary by type, etc. this usually means store setup involves manual editing of very picky...