JonWobken
JonWobken
@AkshayMourya - are you sure your connected app is set up with the proper permissions? For additional information see https://developer.salesforce.com/forums/?id=9062I000000IF6mQAG
The _bulk_operation doesn't return the job id or batch just yields the returned results from Salesforce. I can look into adding this into the yielded result.json() so it would display...
@luisvillarreal - I have not seen a pull request for this. @kokes - would you be interested in opening a PR for this?
I wouldn’t be opposed to adding in support for V2 either within the existing bulk template or defining a new bulk2 method. I like some of the benefits that it...
@cdubant - it's on the road map. My goal is to get it added by end of year or beginning of next year depending on timing.
> This is related to #506, and is really more of a fix for a salesforce bug than a library bug. > > The behavior that I've noticed is that...
Stepped away from this project a bit will work on getting this reviewed and merged into the release branch (v1.12)
@pascaldanek - I currently do not have any plans to make simple-salesforce async as it would be a rather large lift.
@erewok - wow that’s great. I’ll check it out. I would be surprised if there is a large need to async requests in Metadata or bulk but it’s a nice...
I'll need to max some changes to how the bulk function retrieves results as this is due to urllib3 opening connections to retrieve bulk results from multithreading. If more connections...