everyaction.services.FileLoadingJobs¶
- class everyaction.services.FileLoadingJobs(ea: EAClient)¶
Represents the File Loading Jobs service.
Methods
create(**kwargs)get(job_id, /)- create(**kwargs: EAValue) FileLoadingJob¶
-
- Parameters
kwargs – The applicable query arguments and JSON data for the request. A
FileLoadingJobis appropriate to unpack here.- Returns
The created
FileLoadingJobobject.- Keyword Arguments
actions (action (singular))
description (desc)
interventionCallbackUrl (intervention_callback_url, intervention_url, callback_url)
invalidRowsFileUrl (invalid_rows_file_url, invalid_rows_url, invalid_url)
jobId (job_id, id)
- get(job_id: int, /) FileLoadingJob¶
See GET /fileLoadingJobs/{jobId}.
- Parameters
job_id – The jobId path parameter.
- Returns
The resulting
FileLoadingJobobject.