structural_evaluation_scope
At a glance
| Schema | dax_data_quality |
| Table | structural_evaluation_scope |
| Layer | Data Quality |
| Object type | table |
| Columns | 6 |
| Grain | input_table_name, data_source_key |
| Tags | data_quality |
Columns
| Column | Type | Key | Constraints | Description |
|---|---|---|---|---|
input_layer_domain | — | not null | — | |
input_table_name | — | not null | — | |
model_name | — | not null | — | |
data_source | — | — | — | |
data_source_key | — | not null | — | |
row_count | — | not null, min 0 | — |
Querying
select *
from dax_data_quality.structural_evaluation_scope
limit 100;