Simple-Salesforce API Version

1.1k Views Asked by At

I am currently using the Version 1.11.1 library from (https://pypi.org/project/simple-salesforce/) to pull data from Salesforce. I noticed that it provides the ability to use Bulk API functions provided by Salesforce. Is this using the BULK API or the BULK API 2.0 version() in the background? I tried to look into the documentation and could not figure that out. Can somebody please point to a place in the documentation(or Github) where I could find this information?

1

There are 1 best solutions below

0
On

Based on this open issue it looks like simple-salesforce currently does not support the BULK API 2.0.

One of the commenters recommended sfbulk2 if you need to use Salesforce's BULK API 2.0.