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

Relational data pipelines for the science lab

Results 173 datajoint-python issues
Sort by recently updated
recently updated
newest added
trafficstars

This is a rare problem but it can occur. If a part table does not reference its master, then dropping the master will result in part tables with no master....

enhancement

## Bug Report ### Description Please see debugging information in #1148. This issue is mirrored in JIRA: https://datajoint.atlassian.net/browse/PLAT-188 ### Reproducibility Include: - OS: Linux - Python Version: 3.11 - MySQL...

bug
stale

## Bug Report ### Description The pytest `tests/test_blob.py::test_datetime_serialization_speed` fails non-deterministically. ### Reproducibility Include: - OS: Ubuntu 23.04 - CPU: Intel i7-7600U (4) @ 3.900GHz - Mem: 16GB - Python: 3.8.17...

enhancement
stale

## Bug Report ### Description - Some users have been getting an IntegrityError 1217 when calling delete on an entry in a table with populated children - The same user...

bug

## Bug Report ### Description I am trying to follow the set up instructions to contribute a pull request but failing. Using https://datajoint.com/docs/core/datajoint-python/0.14/develop/ , when I try to use the...

bug

## Feature Request ### Problem Implement support for hidden attributes. These attributes will be prefixed with an underscore and not displayed. DataJoint may store metadata like creation timestamps, usernames, etc...

features

## Bug Report ### Description When trying to plot the schema diagram with `dj.Diagram(schema)`, it raises an exception: > ValueError: Node names and attributes should not contain ":" unless they...

bug

## Feature Request This is a follow-up of a discussion with @ttngu207 on Slack. For `attach@store` logic, the files are downloaded into the current working directory upon fetch(). This has...

enhancement
stale

## Bug Report ### Description ```python @schema class Table(dj.Manual): definition = """ t = CURRENT_TIMESTAMP : timestamp """ @schema # pymysql.err.OperationalError: (1067, "Invalid default value for 't'") class Copy(dj.Manual): definition...

bug