-
Is there any support in the simple_salesforce.bulk to provide support for creation of multiples batches in one job? Currently the only option I have seen it to either push multiple batch inserts/updat…
-
The first thing is that I would like to thank you for the enormous work you are doing, thank you very much.
I've been studying your code and I've developed a few lines of code that allow you to syn…
-
Hi
I tried the example in the documentation
```
job = bulk.create_query_job("Contact", contentType='CSV', pk_chunking=True)
batch = bulk.query(job, "select Id,LastName from Contact")
bulk.clo…
-
When requesting all the fields available for Leads and then passing those into a query, I was getting the same ```url_query_results = "{}{}{}".format(url, '/', result.json()[0])
IndexError: list inde…
-
Hey all,
Trying to use a bulk query against our API. Using the below SOQL statement
val account_soql = "select industry from account"
I get the following error when the bulk flag is attac…
-
There is a request to create a channel to upload data via Bulk API 2.0 to Salesforce SalesCloud. This ticket will use oAuth with a Salesforce Connected App and allow the selection of campaigns and cam…
-
When performing DML operations using the bulk2 API with a CSV file larger than the allocated memory, an Out Of Memory (OOM) error occurs. This issue arises because every chunk of the CSV file is loade…
-
I'm using code that is included below to query then update objects for the purpose of mass editing records in salesforce instances. When i call sf.bulk.[objectname].update() on a dict containing 1…
-
This may sound odd, but since Salesforce API sessions can last forever, I would like to be able to log off -- that is, end my session by calling [logout()](https://developer.salesforce.com/docs/atlas.…
-
Salesforce requires the uploaded data to be encoded as (or at least compatible with) UTF-8. ([https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/datafiles_prepare_csv.htm](ht…