datajoint-python icon indicating copy to clipboard operation
datajoint-python copied to clipboard

Relational data pipelines for the science lab

Results 152 datajoint-python issues
Sort by recently updated
recently updated
newest added

Fix #936. The core of the issue appears to be that the "master" keyword in the Part table definition does not match the name of a table in `context`. So...

## 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 /...

bug
awaiting-triage

## Bug Report ### Description Calling `schema.list_tables()` at any point before a computed table's definition, and then calling the computed table's `populate()` method without calling `schema.list_tables()` again beforehand throws a...

bug

I thought I had read something about this before, but couldn't find an issue about it, so apologies if this is a duplicate. When defining a table with a foreign...

enhancement

## Bug Report ### Description When schema tables are nested within a class, datajoint cannot find an elements table. The problem seems to be related to a change in context,...

bug

Code to reproduce the error in datajoint version 0.13.3 ```python import datajoint as dj schema = dj.Schema('test') @schema class A(dj.Lookup): definition = """ a : int --- q : int...

bug
awaiting-triage

## 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...

bug
good-first-issue

In principle, fsspec can completely subsume the current protocols (file and s3) and can provide many more. However, since it is a new integration and getting credentialling correct can be...

## Feature Request ### Problem Diagrams of extensive schema become difficult to understand when nodes are displayed on only one line. Currently, horizontal level conveys which tables take primary keys...

enhancement

Related to Issue #560 DataJoint needs a feature to select a subset of data to be transferred to another database (with identical scheme/pipeline design) For instance, users would select particular...

needs-discussion