Export worker_run_id
Refs https://gitlab.com/teklia/requests/-/issues/827
Every ML Result should get an extra column in its exported table to store the worker_run_id
.
A new table named worker_run
will have the following fields:
- id
- worker_version_id
- model_version_id
- model_id
- model_name
- configuration_id
- configuration
- created
- updated
The export version will of course be bumped.
When restoring an export with worker runs, they should also be created, using a Local
process tied to the selected user on CLI.