Skip to content

Commit

Permalink
Metadata: Increase limits for tag fields (#12294)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 2d9c72326c9067b43a34d7b1534db4a59740326a
  • Loading branch information
stephencpope authored and Descartes Labs Build committed Nov 2, 2023
1 parent 2a2b509 commit 57246f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion descarteslabs/core/catalog/catalog_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ class CatalogObject(CatalogObjectBase):
)
tags = ListAttribute(
TypedAttribute(str),
doc="""list, optional: A list of up to 20 tags.
doc="""list, optional: A list of up to 32 tags, each up to 1000 bytes long.
The tags may support the classification and custom filtering of objects.
Expand Down

0 comments on commit 57246f3

Please sign in to comment.