AnomaloCheck

class pyatlan.model.assets.AnomaloCheck(*, typeName: str = 'AnomaloCheck', attributes: AnomaloCheck.Attributes = None, businessAttributes: Dict[str, Any] | None = None, createdBy: str | None = None, createTime: int | None = None, deleteHandler: str | None = None, guid: str = None, isIncomplete: bool | None = None, labels: List[str] | None = None, relationshipAttributes: 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, addOrUpdateClassifications: List[AtlanTag] | None = None, removeClassifications: List[AtlanTag] | None = None, semantic: SaveSemantic | None = None, depth: int | None = None, immediateUpstream: List[LineageRef] | None = None, immediateDownstream: List[LineageRef] | None = None)[source]

Description

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

TBC

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

Category type of the check in Anomalo

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

Historic run status of the check in Anomalo

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

Flag to indicate if the check is an out of the box available check

ANOMALO_CHECK_LAST_RUN_COMPLETED_AT: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>

Timestamp when the check was last run

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

Evaluated message of the latest check run.

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

URL to the latest check run.

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

QualifiedName of the asset associated with the check

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

Priority level of the check in Anomalo

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

Status of the check in Anomalo

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

Image URL for the status of the check in Anomalo

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

Type of check in Anomalo