-
Notifications
You must be signed in to change notification settings - Fork 153
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
Hi! I am getting BulkBatchFailed exception while using pk_chunking. I am using get_batch_list() for getting the batches from job_id and for each batch i am doing is_batch_done(), which is raising the exception. #75
Comments
Here is the associated code :
BulkBatchFailed Traceback (most recent call last) ~\AppData\Local\Continuum\anaconda3\lib\site-packages\salesforce_bulk\salesforce_bulk.py in is_batch_done(self, batch_id, job_id) BulkBatchFailed: Batch 75118000004I1CtAAK of job 75018000004sUucAAE failed: None |
I added an example to the README which shows how to use PK Chunking. Let me know if that helps you. |
I actually think this is a bug. |
hdao1121, do you know if this ever got resolved? |
If you are at the point of using pk_chunking, you are better off not using is_batch_done and instead getting the batch status list to determine completion. The example in the linked PR is on path do that. |
No description provided.
The text was updated successfully, but these errors were encountered: