heroku / salesforce-bulk

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

Remove sandbox kwarg. Fixes #80. #81

Closed zaius closed 4 years ago

kenmd commented 4 years ago

Hi David, I'm having this sandbox issue too. And I think you should replace sandbox with domain, instead of just remove it. FYI the below is the doc before 1.0 saying "sandbox -- DEPRECATED: Use domain instead."

https://github.com/simple-salesforce/simple-salesforce/blob/400ee8b93701b3d7138a0955d0742c9ab911f644/simple_salesforce/login.py#L44

lambacck commented 4 years ago

Please also see #63