Skip to content

Commit 2ee9406

Browse files
committed
added comment
1 parent c178184 commit 2ee9406

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ class ADLSHandler(BulkAPIResultHandler):
5858
We currently only support the `GetAllBulkAPIJob` but you can subclass the `BulkAPIJob` yourself and implement a custom `query` method.
5959

6060
```python
61+
# create a job
6162
job1 = GetAllBulkAPIJob(obj,con)
6263
job1.on_complete.append(ADLSHandler)
6364

0 commit comments

Comments
 (0)