input_layer_catalog
At a glance
| Schema | dax_data_quality |
| Table | input_layer_catalog |
| Layer | Data Quality |
| Object type | table |
| Columns | 8 |
| Grain | input_table_name, input_column_name |
| Tags | data_quality, dq_logical |
Columns
| Column | Type | Key | Constraints | Description |
|---|---|---|---|---|
input_table_name | — | not null | — | |
input_model_name | — | — | — | |
input_column_name | — | not null | — | |
input_table_type | — | one of: Claims, Clinical, Other | — | |
expected_data_type | — | — | — | |
expected_type_family | — | — | — | |
is_primary_key | — | — | — | |
column_order | — | — | — |
Querying
select *
from dax_data_quality.input_layer_catalog
limit 100;