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

It appears that (at least) printing a table heading result to the pycharm console creates some sort of problematic state whereby all subsequent connections to mysql are terminated nearly immediately....

needs-discussion
Docs

Depends on vathes/datajointio#69 Depends on datajoint/otumat#1 This is a reference implementation to demonstrate how we might add usage tracking in `datajoint`.

In IBL pipeline, I was trying to replace a table AlignedSpikeTimes to make its longblob field to be a S3 external fields. I noticed major performance differences in both insert...

enhancement
needs-discussion

## Feature Request ### Problem It would be helpful to be able to modify existing tables to have references to upstream tables. For example ``` @schema class SpikeSortingParameters(dj.Manual): definition =...

enhancement

It appears that one of the recent `PyMySQL==0.10.X` releases broke a few of our tests. Seems as if most features are working but some edge cases need to be patched....

bug
needs-discussion

A schema name with upper-case letter in it will result in incorrect behavior when referenced by another schema. Note: no error thrown Quick example: ```python schema = dj.schema('Schema_A') @schema class...

When displaying a table in Jupyter, the underlying query contains an extra query that significantly slows down the performance. For example, previewing the table ```python edgy.Mesh.Fragment() & 'boss_vset_id=27754605' ``` produces...

enhancement

## Bug Report ### Description Connection's connection_id is not updated upon reconnect. ### Reproducibility while loop printing connection id with kill from mysql session ### Expected Behavior connection id should...

bug

## Feature Request ### Problem When a connection plugin is installed and a user attempts to connect to a database that leverages it with the wrong password the error message...

enhancement