SchemaRegistrySubject#

class pyatlan.model.assets.SchemaRegistrySubject(*, typeName: str = 'SchemaRegistrySubject', attributes: SchemaRegistrySubject.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

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

TBC

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

Base name of the subject, without -key, -value prefixes.

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

List of asset qualified names that this subject is governing/validating.

SCHEMA_REGISTRY_SUBJECT_IS_KEY_SCHEMA: ClassVar[BooleanField] = <pyatlan.model.fields.atlan_fields.BooleanField object>#

Whether the subject is a schema for the keys of the messages (true) or not (false).

SCHEMA_REGISTRY_SUBJECT_LATEST_SCHEMA_DEFINITION: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>#

Definition of the latest schema in the subject.

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

Latest schema version of the subject.

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

Compatibility of the schema across versions.