DATA_QUALITY_DETAILS table
The DATA_QUALITY_DETAILS table contains details for all data quality assets in Atlan, including Atlan-native data quality rules and third-party entities such as AnomaloCheck, SodaCheck, and MCMonitor.
Source tables
This table consolidates data from the following entity types: AnomaloCheck, SodaCheck, MCMonitor, DataQualityRule, DataQualityRuleTemplate.
For complete entity type definitions and properties, refer to the Atlan Developer documentation.
Columns
The DATA_QUALITY_DETAILS table includes the following columns:
| Column | Description |
|---|---|
guid | The asset's globally-unique identifier |
asset_type | The type of asset (for example, AnomaloCheck, SodaCheck, MCMonitor) |
status | The asset's status (for example, ACTIVE, DELETED) |
source_url | The source URL for this data quality check |
anomalo_check_type | Type of Anomalo check |
anomalo_check_category_type | Category type of the Anomalo check |
anomalo_check_priority_level | Priority level of the Anomalo check |
anomalo_check_status | Most recent status of the Anomalo check |
anomalo_check_last_run_completed_at | Timestamp when the Anomalo check was last run |
anomalo_check_linked_asset_qualified_name | Qualified name of the asset associated with the Anomalo check |
soda_check_id | Identifier of the check in Soda |
soda_check_definition | Definition of the Soda check |
soda_check_evaluation_status | Most recent status of the Soda check |
soda_check_last_scan_at | Timestamp when the Soda check was last run |
soda_check_columns | List of columns associated with the Soda check |
soda_check_assets | List of assets associated with the Soda check |
mc_monitor_id | Identifier of the check in Monte Carlo |
mc_monitor_type | Type of Monte Carlo monitor |
mc_monitor_rule_type | Rule type of the Monte Carlo monitor |
mc_monitor_priority | Priority level of the Monte Carlo monitor |
mc_monitor_status | Most recent status of the Monte Carlo monitor |
mc_monitor_rule_last_execution_at | Timestamp when the Monte Carlo monitor was last run |
mc_monitor_assets | List of assets associated with the Monte Carlo monitor |
dq_rule_base_dataset_qualified_name | Qualified name of the base dataset the rule is applied to |
dq_rule_base_column_qualified_name | Qualified name of the column the rule is applied to |
dq_rule_dimension | Dimension of the data quality rule (for example, completeness, accuracy) |
dq_rule_template_name | Name of the data quality rule template used |
dq_rule_latest_result_computed_at | Time (epoch) at which the latest rule result was evaluated |
dq_rule_latest_result | Latest result for the rule's most recent execution |
dq_rule_alert_priority | Data quality rule's alert priority (for example, LOW, NORMAL, URGENT) |
dq_rule_template_dimension | Name of the dimension the rule template belongs to |
dq_rule_template_metric_value_type | Type of metric value returned by the rule (absolute, percentage, time, etc.) |
dq_rules | Data quality rules the template is attached to |