Add option to `salesforce` for `asyncMode: true/false` on bulk(...)
Open
wontfix
- Dominant language
- JavaScript
- Stars
- 24
- Forks
- 41
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 12
Description
Right here, if the user has specified asyncMode in their bulk options, we should exit, returning batchInfo to state.references.
https://github.com/OpenFn/adaptors/blob/main/packages/salesforce/src/Adaptor.js#L236
If they have not provided this extra asyncMode option, we should continue with the .then() and return all record info to state as we currently do. (No change there.)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.