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

Commits on Oct 9, 2024

  1. Support BULK 2.0 API

    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".
    ivanovyordan committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5c1ef6d View commit details
    Browse the repository at this point in the history
  2. Disable ordering for BULK 2.0 calls

    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 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    e9a0cee View commit details
    Browse the repository at this point in the history