datajoint-python
datajoint-python copied to clipboard
Relational data pipelines for the science lab
## Bug Report ### Description Datajoint connection cannot be defined with the python `with`, and using `with` is the regular way to make sure a connection is closed after `dj.conn()`....
## Bug Report ### Description When using a foreign key reference of a table that is in the context namespace, but not declared, I hit [this](https://github.com/datajoint/datajoint-python/blob/master/datajoint/expression.py#L68) assertion error for `QueryExpression.support`....
## Bug Report ### Description https://docs.datajoint.org/python/definition/02-Creating-Tables.html#valid-class-names says that class names must: > contain only alphanumerical characters (no underscores). However, I can create a DataJoint class with underscores without error. ```python...
## Bug Report ### Description Reading an empty cell array inserted with mym MATLAB fails to be read in Datajoint python ### Reproducibility - OS (WIN (MATLAB) & MACOS (Python)...
Currently when you do server side insert (i.e. insert from another relation) and if source and target both have an attribute on **the same** external storage, it works perfectly fine....
DataJoint is designed for sharing active data pipelines. However, it needs a feature to share a portion of the data from the pipeline as a self-contained dataset. DataJoint shall provide...
## Bug Report ### Description `unite_master_parts` does not always preserve topological order when reordering the list of tables and causes issues when dropping tables. ### Reproducibility - Environment: datajoint codebook...
## Feature Request ### Problem Currently, DataJoint clients rely on operator precedence to parse DataJoint query expressions to properly generate SQL statements. Though many operators have similar operator precedence between...
See issues #436 and #506. We are still supporting both styles. I propose version 0.13 will raise a warning when encountering old-style dependency syntax. Version 0.14 will drop support altogether,...