We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c178184 commit 2ee9406Copy full SHA for 2ee9406
README.md
@@ -58,6 +58,7 @@ class ADLSHandler(BulkAPIResultHandler):
58
We currently only support the `GetAllBulkAPIJob` but you can subclass the `BulkAPIJob` yourself and implement a custom `query` method.
59
60
```python
61
+ # create a job
62
job1 = GetAllBulkAPIJob(obj,con)
63
job1.on_complete.append(ADLSHandler)
64
0 commit comments