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

## Feature Request ### Problem DataJoint needs an effective way of specifying a subset of the data from the database for export, deletion, publishing, backups, synchronization, and sharing. `dj.Diagram` objects...

enhancement

## Feature Request ### Problem - Currently, the `TIME` MySQL type is used to store the datajoint `time` type. - There is also currently no support for a `timedelta` type....

enhancement
good-first-issue

## Bug Report ### Description When using the `...` argument in `table1.aggr(table2, ...)` to retain all attributes from `table1` the following error occurs: `OperationalError: (1055, "'neuro_scan.scan.scanner' isn't in GROUP BY")`...

bug

## Bug Report ### Description When deleting entries with a relatively complicated restriction, an unexpected OperationalError occurs using DJ 0.13.1. This was not seen in 0.12.9. ### Reproducibility Include: -...

bug

## Bug Report ### Description I am running DataJoint locally via Docker for one project, and would like to connect to a remote DataJoint database for another project. While trying...

bug

## Bug Report ### Description Populating dependent tables with a foreign key of the `time` datatype fails ### Reproducibility Include: - OS : Linux - Python Version : 3.9 -...

bug
good-first-issue

## Bug Report ### Description A computed table referencing a table using an AttributeAdapter triggers and assert about a missing context. ### Reproducibility Include: - OS: MacOS 11.5.2 - Python:...

bug

`(Position & 'pos_id=0').delete()` yields: ``` AssertionError Traceback (most recent call last) in 1 #Only deletes record not S3 object ----> 2 (Position & 'pos_id=0').delete() ~/.local/lib/python3.7/site-packages/datajoint/table.py in delete(self, verbose) 407 delete_list[r[0]].proj(**{a:...

bug

## Bug Report ### Description When the table definition is written in a particular way, `MyTable.alter()` asks the user whether to alter the table, regardless of whether the table definition...

bug

## Feature Request ### Problem New users often hit server configuration issues such as too small max_allowed_packet, etc. Often, the setup/configuration process goes like this: 1) user tries datajoint 2)...

enhancement
good-first-issue