OpenFn / adaptors

The new home for OpenFn adaptors; re-usable connectors for the most common DPGs and DPI building blocks.
GNU General Public License v3.0
4 stars 8 forks source link

salesforce: update jsforce #663

Open josephjclark opened 2 weeks ago

josephjclark commented 2 weeks ago

Jsforce 3.0 is out! We can start to migrate our adaptor to use it.

We need a deep review of the changes needed, but the biggest thing off the top of my head is bulk v2. I'd rather we jsut expose a single bulk function, which uses v2 by default, and maybe has a version switch in options.

This will likely affect the overall API design