dtmtec / restforce-bulk

Client for Salesforce Bulk API
MIT License
7 stars 45 forks source link

Add more detail to returns #4

Open dhanson358 opened 7 years ago

dhanson358 commented 7 years ago

My purposes require compiling a report of the success/failure of various batch jobs (not just their top-level completion, but statistics about how many records updated or failed to update).

This change makes some more data from the API visible to the Ruby objects.

Also merged in cwebberOps' branch which is pending in a separate PR.