# View: int_dbt_prod_restrictions_label_store

**View Name:** int_dbt_prod_restrictions_label_store
**Table Source:** `Derived from: Dbt_Prod.Restrictions_Label_Store, Intelligence.Dbt_Prod`
**File Path:** `views/int_dbt_prod_restrictions_label_store.view.lkml`

## Overview

- **File Size:** 1062 bytes
- **Lines of Code:** 45
- **Dimensions:** 2
- **Measures:** 0
- **Dimension Groups:** 0
- **Filters:** 1

## Dimensions

| Name | Type |
|------|------|
| `label_id` | number |
| `list_aggregate_restrictions` | string |

## Filters

- `distribution_type`

## Derived Table

```sql
sql:
    SELECT * FROM intelligence.dbt_prod.restrictions_label_store
    WHERE {% condition distribution_type %
```

