# View: dt_local_non_local_labels

**View Name:** dt_local_non_local_labels
**Table Source:** `Derived from: Prod.Dim_Country`
**File Path:** `dt_local_non_local_labels.view.lkml`

## Overview

- **File Size:** 1601 bytes
- **Lines of Code:** 54
- **Dimensions:** 4
- **Measures:** 0
- **Dimension Groups:** 0
- **Filters:** 0

## Dimensions

| Name | Type |
|------|------|
| `primary_key` | string |
| `labelid` | number |
| `labelname` | string |
| `label_group` | string |

## Derived Table

```sql
sql:
    with countries as(
    select dc.countryname as countryname
        from facts.prod.dim_country dc
        where dc.countryname = {% parameter input_country_name %
```

