heroku / salesforce-bulk

Python interface to the Salesforce.com Bulk API
MIT License
207 stars 154 forks source link

Add pk-chunking support #57

Closed lambacck closed 7 years ago

lambacck commented 7 years ago

https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/async_api_headers_enable_pk_chunking.htm

alouie-sfdc commented 7 years ago

It'd be good to update the readme, especially since the value of the pk_chunking parameter can either be a boolean or an int.

lambacck commented 7 years ago

:eyes:

alouie-sfdc commented 7 years ago

👍 Nice to have support for this!