datajoint-python icon indicating copy to clipboard operation
datajoint-python copied to clipboard

Provide a way to list specific jobs

Open ixcat opened this issue 4 years ago • 1 comments
trafficstars

Feature Request

Problem

Currently, there is no straightforward way to list entries from the jobs table for a specific table and a specific primary key value.

ixcat avatar Feb 19 '21 00:02 ixcat

As discussed offline, we are considering adding the jobs method or property to AutoPopulate tables. For example, for table Alignment, the jobs property will return the jobs table restricted to the jobs on that table.

Alignment.jobs

Furthermore, it should allow restricting to a specific job by restricting the table:

(Alignment & key).jobs

dimitri-yatsenko avatar Feb 19 '21 00:02 dimitri-yatsenko