# View: anr_youtube_subscribers

**View Name:** anr_youtube_subscribers
**Table Source:** `Derived Table (Custom SQL)`
**File Path:** `anr_youtube_subscribers.view.lkml`

## Overview

- **File Size:** 473 bytes
- **Lines of Code:** 22
- **Dimensions:** 2
- **Measures:** 0
- **Dimension Groups:** 0
- **Filters:** 0

## Dimensions

| Name | Type |
|------|------|
| `artist` | string |
| `youtube_subscribers` | number |

## Derived Table

```sql
sql: select artist, CURRENT_SUBSCRIBERS_COUNT as "Subscribers"
      from TABLE({% parameter stats_table_name %
```

