# View: int_dbt_prod_restrictions_subaccount_store

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

## Overview

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

## Dimensions

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

## Filters

- `distribution_type`

## Derived Table

```sql
sql:

    SELECT * FROM intelligence.dbt_prod.restrictions_subaccount_store
    WHERE {% condition distribution_type %
```

