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 6c3ed54 commit 543c534Copy full SHA for 543c534
labelbox/schema/data_row.py
@@ -42,7 +42,7 @@ class DataRow(DbObject, Updateable, BulkDeletable):
42
"AssetMetadata",
43
False,
44
"metadata",
45
- deprecation_message=
+ deprecation_warning=
46
"`DataRow.metadata()` is deprecated. Use `DataRow.attachments()` instead."
47
)
48
attachments = Relationship.ToMany("AssetAttachment", False, "attachments")
0 commit comments