datajoint-python
datajoint-python copied to clipboard
Relational data pipelines for the science lab
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....
## 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 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...
## 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 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...
## 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...
## 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...
## 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...
## 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...