datajoint / datajoint-matlab

Relational data pipelines for the science lab
MIT License
42 stars 37 forks source link

connection/jobs table update: track server connid, add user/id to jobs table #301

Closed ixcat closed 3 years ago

ixcat commented 3 years ago

to fix issue #87, #275 (add user/server connection to jobs table).

ideally, connection ID would be directly available via MyM; for the moment, hack in a query to retrieve connection ID on connection and use this for jobs table logging.

supersedes https://github.com/datajoint/datajoint-matlab/pull/276 (rebase on stage-external-storage)

ixcat commented 3 years ago

something messed up in branch stuff, closing