heroku / salesforce-bulk

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

Support version 1.0 of simple-salesforce for login #86

Closed lambacck closed 4 years ago

lambacck commented 4 years ago

The sandbox parameter is no longer supported by simple-salesforce. This change keeps the sandbox parameter for salesforce-bulk while also introducing the domain parameter from simple-salesforce. If the sandbox parameter is provided it will be converted to the a domain parameter value of 'test', any value passed to domain will be passed straight through to simple-salesforce as is.

Closes: #85 Closes: #80 Closes: #63 Closes: #81 Closes: #76