Rename DataImport→Process
backend#1304 (closed) causes the removal of the concept of DataImport
. The tasks should all use process_id
arguments instead of dataimport_id
, and the RetrieveDataImport
endpoint is now named RetrieveProcess
. The file import task also uses PartialUpdateDataImport
, which is renamed to PartialUpdateProcess
.
Edited by Erwan Rouchet