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:
- Created 3 years ago
- Comments:10
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
is anyone actively working on this? if not, my team needs Bulk API V2 support in jsforce and would be interested in adding it.
@Asafkbalink #1251 was merged into the jsforce:2.0 branch