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