structural_expected_columns
At a glance
| Schema | dax_data_quality |
| Table | structural_expected_columns |
| Layer | Data Quality |
| Object type | table |
| Columns | 8 |
| Grain | model_name, column_name |
| Tags | data_quality |
Columns
| Column | Type | Key | Constraints | Description |
|---|---|---|---|---|
input_layer_domain | — | not null | — | |
table_name | — | not null | — | |
model_name | — | not null | — | |
column_name | — | not null | — | |
expected_data_type | — | not null | — | |
expected_type_family | — | not null | — | |
is_primary_key | — | not null, one of: yes, no | — | |
column_order | — | not null | — |
Querying
select *
from dax_data_quality.structural_expected_columns
limit 100;