question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

When will the Bulk API V2 be supported?

See original GitHub issue
  • Background At the moment, I believe JSForce is always on bulk API v1 regardless which version has been specified when constructing a connection. And yes, we actually can use connection.request() to hit the RESTful endpoint.

  • Why But given Bulk API v2 is asking for a local text/csv file, this doesn’t fit serverless architecture. It would be more handy that JSForce can add some sort of abstractions to support both bulk api v1 and v2, so developers can use the same bulk object to load data, via a stream for instance, consistently and transparently.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:10

github_iconTop GitHub Comments

3reactions
colincaseycommented, Jun 7, 2022

is anyone actively working on this? if not, my team needs Bulk API V2 support in jsforce and would be interested in adding it.

1reaction
colincaseycommented, Sep 16, 2022

@Asafkbalink #1251 was merged into the jsforce:2.0 branch

Read more comments on GitHub >

github_iconTop Results From Across the Web

Introduction to Bulk API 2.0 and Bulk API
The REST-based Bulk API 2.0 provides a programmatic option to asynchronously insert, upsert, query, or delete large data sets in your Salesforce org....
Read more >
Bulk API 2.0 and Bulk API Developer Guide
The REST-based Bulk API 2.0 provides a programmatic option to asynchronously upload, query, or delete large data sets in your Salesforce.
Read more >
Using Salesforce Bulk API V2 - SalesforceCodex
Salesforce Bulk API V2 is standard REST API to process huge records in Salesforce objects. This post will explain step by step process...
Read more >
Backup for Salesforce using Bulk API V2 - OwnBackup
Bulk API V2.0, available from API version 41.0, offers a new way of querying data similar to Bulk API. This is a Pilot...
Read more >
Newest 'bulk-api' Questions - Salesforce Stack Exchange
I need to import data in bulk using SOAP API (due to a limitation on client's middleware). Bulk API v2 - based on...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found