Skip to content

Commit 7ce35f9

Browse files
author
Kevin Kim
committed
Changing wording
1 parent 9fccea1 commit 7ce35f9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Version 3.23.2 (2022-06-15)
44
## Added
55
* `Data Row` object now has a new field, `metadata`, which returns metadata associated with data row as a list of `DataRowMetadataField`
6-
* Note: This field is read-only. Any metadata import should be done using the existing field, `metadata_fields`
6+
* Note: When importing Data Rows with metadata, use the existing field, `metadata_fields`
77

88
# Version 3.23.1 (2022-06-08)
99
## Added

labelbox/schema/data_row.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ class DataRow(DbObject, Updateable, BulkDeletable):
2424
media_attributes (dict): generated media attributes for the data row
2525
metadata_fields (list): metadata associated with the data row
2626
metadata (list): metadata associated with the data row as list of DataRowMetadataField.
27-
This field is read-only. Any metadata import should be done using the existing
28-
field, `metadata_fields`
27+
When importing Data Rows with metadata, use `metadata_fields` instead
2928
3029
dataset (Relationship): `ToOne` relationship to Dataset
3130
created_by (Relationship): `ToOne` relationship to User

0 commit comments

Comments
 (0)