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 bf5317f commit 34abff7Copy full SHA for 34abff7
CHANGELOG.md
@@ -3,10 +3,12 @@
3
# Version 3.2.0 (2021-08-26)
4
## Added
5
* List Bulk Import Requests for a project with `Project.bulk_import_requests()`
6
-* Bulk import attachments and data rows with `Dataset.create_data_rows()`
7
-* Local files can now be uploaded with `external_ids` when bulk creating data rows
+* Improvemens to `Dataset.create_data_rows()`
+ * Add attachments when bulk importing data rows
8
+ * Provide external ids when creating data rows from local files
9
+ * Get more informative error messages when the api rejects an import
10
-# Fix
11
+## Fix
12
* Bug causing `project.label_generator()` to fail when projects had benchmarks
13
14
# Version 3.1.0 (2021-08-18)
0 commit comments