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 The current heirarchy of DJ* variables, global config, local config matches configuration idioms for many systems and works well for statically configured environments or single...

enhancement
good-first-issue

## Feature Request ### Problem Often, a user wants to quickly check on something in a pipeline, etc. without using a 'full' pipeline environment with pipeline code, dependencies, etc. In...

features

dj.Diagram needs to be documented instead of / in addition to ERD

bug
Docs

from discussion w/@eywalker it would be nice to have a facility to support recursive deletion across database schemas so that the datajoint schema drop operation doesn't fail if a table...

enhancement
needs-discussion

## Bug Report ### Description When Part table rows are deleted because an upstream dependency is deleted, the master rows with key prefix for those rows should also be deleted....

bug

## Bug Report ### Description In a master table method, a query on the part table seems to disassociate from any restrictions done on the master `self`. Below is the...

bug

## Bug Report ### Description DataJoint for Python has a dependency on graphviz binaries. This is outlined clearly for the windows install steps, but not covered for other platforms, creating...

bug
awaiting-triage

## Bug Report ### Description Installing 13.2 fresh on ubuntu 20.04/py3.8.5 yielded the following dependency errors: raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (cryptography 3.4.7 (/opt/ve/lib/python3.8/site-packages), Requirement.parse('cryptography

bug
awaiting-triage

## Bug Report (note: iffy if this is a bug, a request for a shift in behavior, or a bug in requirments spec.. filing as a bug for now) ###...

bug

## Feature Request ### Problem datajoint store syntax is fairly complicated, with various parameters that overlap/vary by type, etc. this usually means store setup involves manual editing of very picky...

enhancement
good-first-issue