int_eligibility_dates_normalized
:::caution Internal model This is an intermediate/staging model used to build the query surface. It is documented for lineage and debugging. Its shape may change between releases, so avoid building reports directly on it. :::
At a glance
| Schema | dax_intermediate |
| Table | int_eligibility_dates_normalized |
| Layer | Normalized Layer |
| Object type | table |
| Columns | 6 |
| Tags | normalized_input, normalized_layer |
Columns
| Column | Type | Key | Constraints | Description |
|---|---|---|---|---|
person_id | — | — | — | |
person_id_key | — | — | — | |
normalized_birth_date | — | — | — | |
normalized_death_date | — | — | — | |
normalized_enrollment_start_date | — | — | — | |
normalized_enrollment_end_date | — | — | — |
Querying
select *
from dax_intermediate.int_eligibility_dates_normalized
limit 100;