Add new mode for templates on DataImport
The DataImport
model needs to support a new mode named Template
.
It will be used to store worker runs and their configurations to re-create specific process.
- make a db migration that set this enum AND add a nullable foreign key named
template
ontoDataImport
(related name isapplications
) - make sure the
listDataImport
endpoint support it
Edited by Bastien Abadie