# View: int_dbt_prod_spotify_dm_raw_lift_streams

**View Name:** int_dbt_prod_spotify_dm_raw_lift_streams
**Table Source:** `INTELLIGENCE.dbt_prod_strategy.SPOTIFY_DM_RAW_LIFT_STREAMS`
**File Path:** `views/spotify_dm/int_dbt_prod_spotify_dm_raw_lift_streams.view.lkml`

## Overview

- **File Size:** 4609 bytes
- **Lines of Code:** 191
- **Dimensions:** 9
- **Measures:** 6
- **Dimension Groups:** 3
- **Filters:** 0

## Description

Primary Key

## Dimensions

| Name | Type |
|------|------|
| `primary_key` | string |
| `ISRC` | string |
| `label_name` | string |
| `artist_name` | string |
| `track_name` | string |
| `genre` | string |
| `release_year` | string |
| `lift_needed` | number |
| `Spotify_source` | string |

## Measures

| Name | Type |
|------|------|
| `Max_Activity_Date` | date |
| `streams` | sum |
| `discovery_streams` | sum |
| `unique_users` | average |
| `streams_ma_7_days` | sum |
| `discovery_streams_ma_7_days` | sum |

## Dimension Groups

| Name | Type |
|------|------|
| `start_date` | time |
| `end_date` | time |
| `activity_date` | time |

