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

Related to #795, but a more long-term solution. One possible option is keeping track of the modification time of the file.

When creating a Table with a name that contains an underscore `_`, there is no error that is being thrown Instead the table can be used normally. However, it will...

bug
good-first-issue

## Bug Report ### Description A user decides to include multiple lines beginning with '---' and no error was thrown while parsing. This can lead to confusion as user believes...

enhancement
good-first-issue

after https://github.com/datajoint/datajoint-matlab/issues/222

good-first-issue

Add datajoint client + version to table comment.

good-first-issue

Currently datajoint prohibits creating tables with no attributes in the primary key. We can relax this prohibition. If the primary key has no attributes, it can only have one value....

features

#151 included a discussion of 'Option 2' in which the master would be deleted during a cascade, with a possible solution proposed in this PR. This feature would be particularly...

## Feature Request ### Problem Looking for documentation for the alter command. The relevant page in the DataJoint documentation (Schema Design > Schema Modification > Altering Populated Pipelines) is currently...

enhancement

## Feature Request ### Problem When inserting into a table that has a field `result : attach@minio`, the `insert` table method expects a file path. Similarly, `fetch` stores a file...

enhancement

## Request to change the return behavior of "delete" ### Problem The table delete method returns the number of objects that fit the query as "delete_count". When the delete is...

enhancement