# View: anr_instagram_followers

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

## Overview

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

## Dimensions

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

## Derived Table

```sql
sql: select artist, CURRENT_FOLLOWERS_COUNT as "Followers"
      from TABLE({% parameter stats_table_name %
```

