Skip to content

Commit 302feee

Browse files
GOV-778: Add field to v9
1 parent 7eeed0e commit 302feee

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyatlan_v9/model/typedef.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,9 @@ class Options(msgspec.Struct, kw_only=True, rename="camel", omit_defaults=True):
553553
is_rich_text: Union[bool, None, msgspec.UnsetType] = msgspec.UNSET
554554
"""Whether this attribute supports rich text formatting."""
555555

556+
show_as_featured: Union[bool, None, msgspec.UnsetType] = msgspec.UNSET
557+
"""Whether this attribute is shown as featured in the asset profile."""
558+
556559
def __post_init__(self) -> None:
557560
if self.custom_metadata_version is msgspec.UNSET:
558561
self.custom_metadata_version = "v2"

0 commit comments

Comments
 (0)