# View: facts_prod_chartable_podcast_metadata_stitcher

**View Name:** facts_prod_chartable_podcast_metadata_stitcher
**Table Source:** `Derived from: Prod.Chartable_Podcast_Metadata`
**File Path:** `facts_prod_chartable_podcast_metadata_stitcher.view.lkml`

## Overview

- **File Size:** 1114 bytes
- **Lines of Code:** 57
- **Dimensions:** 8
- **Measures:** 0
- **Dimension Groups:** 0
- **Filters:** 0

## Dimensions

| Name | Type |
|------|------|
| `id` | number |
| `image_url` | string |
| `podcast_spotify_id` | string |
| `podcast_apple_id` | string |
| `podcast_stitcher_id` | string |
| `podcast_chartable_id` | string |
| `podcast_id` | number |
| `podcast_published_date` | date |

## Derived Table

```sql
sql: select *
          from facts.prod.chartable_podcast_metadata
          where podcast_stitcher_id is not null;;
```

