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

Work in progress to address performance issues with `populate` calls due to excessively long `key_source` queries.

## Bug Report ### Description nose does not support python 3.10 https://github.com/nose-devs/nose/issues/1099 https://nose.readthedocs.io/en/latest/#note-to-users

bug
good-first-issue

Python 3.10 checks are currently disabled as `nose` does not support python 3.10 https://github.com/datajoint/datajoint-python/issues/1011

## Feature Request ### Problem Currently, DataJoint does not allow restricting a query to the top entries according to some sorting except for the final `fetch` operation. ```python top_students =...

features

## Bug Report ### Description When trying to use the `alter` method on a parts table that is dependent on it's master table, it errors out with `DatajointError: Foreign key...

bug
awaiting-triage

## Bug Report ### Description Inserting 1000 rows containing only a single float takes 15 seconds. Inserting more scales with the number of rows (e.g., 3000 takes 57 seconds). I...

bug
awaiting-triage

## Bug Report ### Screenshots ![image](https://user-images.githubusercontent.com/871137/159567321-cce3d96d-cc92-432f-b278-ac03d02ddd3d.png) Thanks!

bug
awaiting-triage

## Bug Report In an established pipeline, the ExternalTables cannot be cleaned up because `.unused()` returns zero rows, even in cases where I know categorically that at least 1 (and...

bug

## Bug Report ### Description Handling of backslashes inside strings has changed as of 0.13.3 (ans possibly .1 and .2, I have not tested them). Specifically, matching a _single_ backslash...

bug
awaiting-triage

## Bug Report ### Description If a table has an external store, e.g., the "nwb_file_abs_path" field in the example below, then an INDEX is created on the table for this...

bug