Skip to content

Dataset process creation

Erwan Rouchet requested to merge create-dataset-process into master

Closes #1269 (closed)

The dataset state tag displayed on the corpus datasets page has been moved to a separate component, which already uses TypeScript and has required an upgrade (!1507 (merged)).

The corpora store has been updated to automatically add the corpus_id attribute on each dataset. ListCorpusDatasets does not return a corpus ID since all datasets are on the same corpus, but ListProcessDatasets does return a corpus ID, and the corpus IDs are necessary to display the project of each dataset in the selection view.

Dataset processes cannot yet be started, because they require at least one worker run and CreateWorkerRun forbids adding workers to non-Workers processes (backend#1578 (closed)). This can be circumvented by applying a template, which does not do any process mode checks (backend#1577 (closed)).

Merge request reports

Loading