# View: track_artist

**View Name:** track_artist
**Table Source:** `Derived from: Art_Relations, Art_Relations.Track_Artist`
**File Path:** `track_artist.view.lkml`

## Overview

- **File Size:** 516 bytes
- **Lines of Code:** 36
- **Dimensions:** 4
- **Measures:** 1
- **Dimension Groups:** 0
- **Filters:** 0

## Dimensions

| Name | Type |
|------|------|
| `id` | string |
| `track_id` | string |
| `type` | string |
| `name` | string |

## Measures

| Name | Type |
|------|------|
| `count` | count |

## Derived Table

```sql
sql: select *
      from art_relations.track_artist
       ;;
```

