andscoop

Results 11 comments of andscoop

@kokes Thanks for the example, would you be interested in opening a PR for this generator functionality? Ideally moving combined the logic of .query_all and .query_all_iter into a private method,...

We are waiting on test to be written for that PR

@AmeyMankar Does the above example handle your use case?

@candlerb My preference is to stay tightly aligned with the Salesforce API, so I would see value in having this be supported. Are you interested in doing the work and...

@espoelstra I too would like to go this route. I'm leaning towards all calls returning the `requests.response` object and then adding convenience flags for some of the methods to return...

https://help.salesforce.com/articleView?id=000204592&type=1 This is a limitation of Salesforce Bulk API. I don't see an efficient way around this. A call to determine if a field is compound would be needed and...

No, no failures or errors anywhere that I can see. It simply does not show any of the expected config changes.

I think I'm wrong about the config not working. I actually am seeing author initials reflected in the same colors I have set in this config. I am still not...

I would like to see some more feedback from the community before doing anything with this one. I'm concerned that we are now returning two types and that may break...

I dug in a little more and wanted to share my findings ### Controlling Log Level as Best We Can While not ideal, it appears that you gain some control...