-
Hi Everyone,
I'm working simple salesforce using python and a have problem with bulk 2.0. I'm using bulk because of high volume data, i need insert 196k records but is not working.
Follow the c…
-
The [Requests documentation](https://docs.python-requests.org/en/latest/user/advanced/#timeouts) says that most requests should use timeouts, but currently the requests made by `salesforce-bulk` do no…
-
I think I've found a bug in the bulk API which causes an issue where not all fields of a record are updated.
Suppose I want to update some table in salesforce using the upsert operation. I create a…
-
I have been trying to follow https://www.integromat.com/en/requests/requests-to-update-existing-apps/p/salesforce-bulk-api but most of the links are old.
Integromat response was : "I understand then …
-
I noticed that although updates are still being merged to master, there hasn't been a new gem release since March 2015:
https://rubygems.org/gems/salesforce_bulk_api/versions/0.0.12
This was bro…
-
Source: copied from https://www.facebook.com/groups/integromat/permalink/3970763793034224/
I have been trying to follow https://www.integromat.com/en/requests/requests-to-update-existing-apps/p/sales…
-
Migrated from GitLab: https://gitlab.com/meltano/tap-salesforce/-/issues/14
Originally created by @obause on 2021-12-08 14:31:56
---
I'm running the Tap with Meltano 1.88.0 and I get several Except…
-
Hello
I am trying to create a simple recipe to load PersonAccounts in Salesforce:
```
- plugin: snowfakery.standard_plugins.Salesforce
- plugin: snowfakery.standard_plugins.Salesforce.Salesforce…
-
I am using `createBulk` to insert task records. jsforce 1.11.0
```typescript
const result: jsforce.RecordResult[] = await new Promise((res, rej) => {
conn.sobject('Task').createBulk(parameters,…
-
I am reading table from SF using soql:
`df = spark.read.format("com.springml.spark.salesforce").option("soql",sql).option("queryAll","true").option("sfObject",sf_table).option("bulk",bulk).option(…