Signal Upload Complete to Bulk API Job
This function signals that uploads are complete to a Job in the Salesforce Bulk API
sf_upload_complete_bulk(job_id, api_type = c("Bulk 2.0"), verbose = FALSE)
job_id |
|
api_type |
|
verbose |
|
A list
of parameters defining the job after signaling a completed upload
This function is typically not used directly. It is used in sf_create_batches_bulk()
right after submitting the batches to signal to Salesforce that the batches should
no longer be queued.
## Not run: upload_info <- sf_upload_complete_bulk(job_id=job_info$id) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.