We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbbddb0 commit 7eeed0eCopy full SHA for 7eeed0e
1 file changed
pyatlan/model/typedef.py
@@ -551,6 +551,10 @@ class Options(AtlanObject):
551
default=False,
552
description="Whether this attribute supports rich text formatting (True) or not (False). ",
553
)
554
+ show_as_featured: Optional[bool] = Field(
555
+ default=None,
556
+ description="Whether this attribute is shown as featured in the asset profile (True) or not (False).",
557
+ )
558
559
def __setattr__(self, name, value):
560
super().__setattr__(name, value)
0 commit comments