Skip to content

Commit 991b1b0

Browse files
committed
2 parents c91d40f + 37a5edc commit 991b1b0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
[![Build](https://github.com/mrpowerus/salesforce-bulk-python/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/mrpowerus/salesforce-bulk-python/actions/workflows/build.yml)
2-
3-
[![Release](https://github.com/mrpowerus/salesforce-bulk-python/actions/workflows/release.yml/badge.svg?branch=master)](https://github.com/mrpowerus/salesforce-bulk-python/actions/workflows/release.yml)
1+
[![Build](https://github.com/mrpowerus/salesforce-bulk-python/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/mrpowerus/salesforce-bulk-python/actions/workflows/build.yml) [![Release](https://github.com/mrpowerus/salesforce-bulk-python/actions/workflows/release.yml/badge.svg?branch=master)](https://github.com/mrpowerus/salesforce-bulk-python/actions/workflows/release.yml)
42

53
Salesforce Bulk Python
64
======================
75

8-
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.
97

108
It makes uses of asyncio for parallel execution. And is easily exendable by writing your own `BulkAPIResultHandler`.
119

@@ -81,6 +79,6 @@ q.extend([job1, job2])
8179
asyncio.run(q.run_all())
8280
```
8381

84-
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.
8583

8684

0 commit comments

Comments
 (0)