# View: int_dbt_prod_artist_streaming_trends

**View Name:** int_dbt_prod_artist_streaming_trends
**Table Source:** `intelligence.dbt_prod.artist_streaming_trends`
**File Path:** `views/int_dbt_prod_artist_streaming_trends.view.lkml`

## Overview

- **File Size:** 1811 bytes
- **Lines of Code:** 60
- **Dimensions:** 4
- **Measures:** 4
- **Dimension Groups:** 0
- **Filters:** 0

## Description

Name of the Artist

## Comments & Notes

- dimension: artist_id {
- description: "The Unique Orchard ID for the Artist"
- type: number

## Dimensions

| Name | Type |
|------|------|
| `artist_name` | string |
| `country_code` | string |
| `YouTube_Streams_Growth_Last_6_Months` | number |
| `All_Streams_Growth_Last_6_Months` | number |

## Measures

| Name | Type |
|------|------|
| `YouTube_Streams_Last_6_Months` | sum |
| `YouTube_Streams_6_to_12_Months` | sum |
| `All_Streams_Last_6_Months` | sum |
| `All_Streams_6_to_12_Months` | sum |

