Skip to content

Commit

Permalink
[STRATCONN-3575] Updates salesforce enable_batch field to reflect acc…
Browse files Browse the repository at this point in the history
…urate batch sizes (segmentio#1899)

* Updates salesforce enable_batch field to reflect accurate batch sizes

* Generates types
  • Loading branch information
nick-Ag authored Feb 27, 2024
1 parent 7a2bdc5 commit dc572ac
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const operation: InputField = {
export const enable_batching: InputField = {
label: 'Use Salesforce Bulk API',
description:
'If true, events are sent to [Salesforce’s Bulk API 2.0](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_intro.htm) rather than their streaming REST API. Once enabled, Segment will collect events into batches of 1000 before sending to Salesforce. *Enabling Bulk API is not compatible with the `create` operation*.',
'If true, events are sent to [Salesforce’s Bulk API 2.0](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_intro.htm) rather than their streaming REST API. Once enabled, Segment will collect events into batches of 5000 before sending to Salesforce. *Enabling Bulk API is not compatible with the `create` operation*.',
type: 'boolean',
default: false
}
Expand Down

0 comments on commit dc572ac

Please sign in to comment.