JonWobken
JonWobken
I like this a lot - planning to do a full review and test of all the pull request between 12/20-12/31. If memory serves there is a record limit for...
There is currently not a how to contribute guide. I’ve taken a step back workin on this project but looking to hop back in after the holidays. Feel free to...
Youll need to replace it with “None”. If you arr going from a dtaframe then run Dd = Df.where((pd.notnull(df)),None)
@chrismaes87 - I can't seem to replicate. Can you provide some more info about how you are getting the infinite recursion and if there is anything in the result message...
I was able to replicate this when one of my acocunts passwords expired. I will add a fix within the _call_salesforce method to only refresh token when salesforce returns a...
@aBOBination - I have not yet, this is what I am currently using in my projects to bypass the current limitation but it is a lazy implementation and needs salesforce_bulk...
So I have wanted to get around to adding this functionality for awhile to the bulk operation of simple-salesforce. I have been working with a few bulk operations and kept...
@thommor - I am, I submitted an original one but need to refactor it a bit to use threading. It currently only functions on linux without having to call __name__...
No target release unless someone else wants to start building it out unfortunately I've been caught up with other priorities so have not been able to add this functionality.
Going to try to get is added in this month. Need to rebase onto current version and would like to add additional support to allow passing list of dictionary for...