structural_data_type_mismatches
At a glance
| Schema | dax_data_quality |
| Table | structural_data_type_mismatches |
| Layer | Data Quality |
| Object type | table |
| Columns | 4 |
| Grain | input_table_name, column_name |
| Tags | data_quality |
Columns
| Column | Type | Key | Constraints | Description |
|---|---|---|---|---|
input_table_name | — | not null | — | |
column_name | — | not null | — | |
expected_data_type | — | not null | — | |
actual_data_type | — | not null | — |
Querying
select *
from dax_data_quality.structural_data_type_mismatches
limit 100;