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 070d6fd commit 55966baCopy full SHA for 55966ba
CHANGELOG.md
@@ -2,8 +2,10 @@
2
3
# Version 3.23.0 (2022-06-08)
4
## Added
5
-* `Task` objects now has `errors` and `result` properties
6
- * These are currently only compatible with data row import tasks
+* `Task` objects now have the following properties:
+ * `errors` - fetch information about why the task failed
7
+ * `result` - fetch the result of the task
8
+ * These are currently only compatible with data row import tasks.
9
* Officially added support for python 3.9
10
11
## Removed
0 commit comments