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

Enables authentication against an S3 storage backend using an OIDC IdP.

stale

## Improvement Request ### Problem #1204 added the ability to delay the transaction within a populate call until needed, but did not provide instructions/documentation on proper use of this feature....

enhancement
triage

This PR introduces significant changes to the logic of DataJoint's jobs reservation/orchestration scheme - namely the `autopopulate` mechanism. The PR aims to address issue described in #1243 - following the...

enhancement
documentation

## Feature Request ### Problem I'm using `dj.Top` to monitor the top results of a given computation. Intuitively, running `MyTable & dj.Top(order_by='field DESC', limit=n)` should show the top n values...

enhancement
triage

## Bug Report ### Description My intuition regarding projection and aggregation is that they return objects that will behave the same as tables. For an ordinary table, `bool(Table) == len(Table)...

bug

## Improvement Request ### Problem Not really a problem, but Mac import datajoint is way less performant comparing to import datajoint on Linux. ### Requirements ``` # make a directory...

enhancement
stale

enhancement
needs-help
stale
in-progress

## Bug Report ### Description A fresh `datajoint` installation on python 3.10 is successful However, upon import (`import datajoint as dj`), the following error is raised ``` Traceback (most recent...

bug

## Bug Report ### Description For certain tables in which the `make()` function can take a long period of time, it is often desirable to force that only a small...

bug

## Bug Report ### Description Test fails in relational_operand. ### Reproducibility Run test container from `datajoint/datajoint-python/docker-comose.yml` with Python version 3.11 or 3.9 presets. Stack trace from pytest: ``` _________________ TestDjTop.test_top_restriction_with_keywords...

bug