AtlasGlossaryCategory#

class pyatlan.model.assets.AtlasGlossaryCategory(*, typeName: str = 'AtlasGlossaryCategory', attributes: AtlasGlossaryCategory.Attributes = None, businessAttributes: Dict[str, Any] | None = None, createdBy: str | None = None, createTime: int | None = None, deleteHandler: str | None = None, guid: str = '', isIncomplete: bool | None = True, labels: List[str] | None = None, relationshipAttributes: Dict[str, Any] | None = None, status: EntityStatus | None = None, updatedBy: str | None = None, updateTime: int | None = None, version: int | None = None, classifications: List[AtlanTag] | None = None, classificationNames: List[str] | None = None, displayText: str | None = None, entityStatus: str | None = None, relationshipGuid: str | None = None, relationshipStatus: str | None = None, relationshipType: str | None = None, meaningNames: List[str] | None = None, meanings: List[Meaning] | None = None, customAttributes: Dict[str, Any] | None = None, scrubbed: bool | None = None, pendingTasks: List[str] | None = None, uniqueAttributes: Dict[str, Any] | None = None, appendRelationshipAttributes: Dict[str, Any] | None = None, removeRelationshipAttributes: Dict[str, Any] | None = None, semantic: SaveSemantic | None = None, depth: int | None = None)[source]#

Description

ADDITIONAL_ATTRIBUTES: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

Unused. Arbitrary set of additional attributes associated with the category.

ANCHOR: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

Glossary in which the category is contained, searchable by the qualifiedName of the glossary.

CATEGORY_TYPE: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

TBC

CHILDREN_CATEGORIES: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>#

TBC

LONG_DESCRIPTION: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

Unused. Detailed description of the category. See ‘readme’ instead.

PARENT_CATEGORY: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

Parent category in which a subcategory is contained, searchable by the qualifiedName of the category.

SHORT_DESCRIPTION: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

Unused. Brief summary of the category. See ‘description’ and ‘userDescription’ instead.

TERMS: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>#

TBC

classmethod can_be_archived() bool[source]#

Indicates if an asset can be archived via the asset.delete_by_guid method. :returns: True if archiving is supported