# View: US_ARTIST_RANKING

**View Name:** US_ARTIST_RANKING
**Table Source:** `INTELLIGENCE.DBT_PROD.US_ARTIST_RANKING`
**File Path:** `US_ARTIST_RANKING.view.lkml`

## Overview

- **File Size:** 949 bytes
- **Lines of Code:** 47
- **Dimensions:** 7
- **Measures:** 0
- **Dimension Groups:** 0
- **Filters:** 0

## Comments & Notes

- sql_table_name:INTELLIGENCE.DBT_PROD.US_ARTIST_RANKING;;

## Dimensions

| Name | Type |
|------|------|
| `Artist_id` | number |
| `Country_name` | string |
| `Streams` | string |
| `Total_streams` | string |
| `Percentage` | string |
| `Country_rank` | string |
| `primary` | string |

## Derived Table

```sql
sql: SELECT * FROM INTELLIGENCE.DBT_PROD.US_ARTIST_RANKING WHERE Country_name = 'USA';;
```

