A utility class for Salesforce Bulk API 2.0, providing features for bulk data operations such as query, insert, update, upsert, and delete. Version 0.8.0 is currently released with no recent updates; the library is in maintenance mode.
pip install sfbulk2Verified import paths — ran on the pinned version, not inferred.
Initialize the Bulk2 client with Salesforce credentials and run a simple query. Credentials are read from environment variables for security.
Ensure your Salesforce user has a security token (or use an IP-whitelisted network). Append the token to the password if needed.
Use the provided methods to check job status and retrieve results after the job completes.
Consider migrating to the official Salesforce SDK or other maintained libraries like simple-salesforce.
No dependency data recorded yet.