You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Salesforce Bulk Python
4
4
======================
5
5
6
-
Salesforce Bulk Python is a Python library for using the Salesforce REST Bulk API v2.0. It is especially designed to handle big-data worksloads, in which all data from Salesforce should be extraced.
6
+
Salesforce Bulk Python is a Python library for using the Salesforce REST Bulk API v2.0. It is especially designed to handle big-data workloads, in which all data from Salesforce should be extraced.
7
7
8
8
It makes uses of asyncio for parallel execution. And is easily exendable by writing your own `BulkAPIResultHandler`.
9
9
@@ -79,6 +79,6 @@ q.extend([job1, job2])
79
79
asyncio.run(q.run_all())
80
80
```
81
81
82
-
When the jobs above are executed, the results will be passed to the handler.
82
+
The results will be passed to the handler when the jobs above are executed.
0 commit comments