Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support BULK 2.0 API #63

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

ivanovyordan
Copy link

@ivanovyordan ivanovyordan commented Oct 9, 2024

The BULK 2.0 API is faster and simpler to use. It's also specifically built to work with larger data sets.

From a user's point of view, using the classic BULK API is the same. All you need to do is change the API type to "BULK2."

The BULK 2.0 API is faster and sipler to use. It's also specifically
built to work larger data sets.

From a user point of vew, it's the same as using the classic BULK API.
All you need to do is to change the API type to "BULK2".
Ordering records when using the Bulk 2.0 disables PKChunking. This might
lead to query timeouts.

More info: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/bulk_api_2_0_troubleshoot_query_timeouts.htm
@ivanovyordan ivanovyordan changed the title Support BULK 2.0 API feat : Support BULK 2.0 API Oct 11, 2024
@ivanovyordan ivanovyordan changed the title feat : Support BULK 2.0 API feat: Support BULK 2.0 API Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant