alpha_DQRule

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

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

Default priority level for alerts involving this rule.

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

TBC

ALPHADQ_RULE_BASE_COLUMN_QUALIFIED_NAME: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>

Base column qualified name that attached to this rule.

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

TBC

ALPHADQ_RULE_BASE_DATASET_QUALIFIED_NAME: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>

Base dataset qualified name that attached to this rule.

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

Json string of the rule config that contains the rule definitions.

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

SQL code for custom SQL rules

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

dimension of the data quality rule

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

Last Result metrics value of the rule.

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

Time (epoch) at which the latest metric value was evaluated in the source.

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

Latest result of the rule.

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

Time (epoch) at which the latest rule result was evaluated.

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

Time (epoch) at which the latest rule result was fetched.

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

TBC

ALPHADQ_RULE_REFERENCE_COLUMN_QUALIFIED_NAMES: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>

List of unique reference dataset’s qualified names related to this rule.

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

TBC

ALPHADQ_RULE_REFERENCE_DATASET_QUALIFIED_NAMES: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>

List of unique reference dataset’s qualified names related to this rule.

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

Time (epoch) at which the rule synced to the source.

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

Error code in the case of state being “failure”.

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

Error message in the case of state being “error”.

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

Latest sync status of the rule to the source.

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

Status of the rule.

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

TBC

ALPHADQ_RULE_TEMPLATE_NAME: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>

Name of the rule template corresponding to the rule.