# View: dt_deliverable_to_proper

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

## Overview

- **File Size:** 641 bytes
- **Lines of Code:** 26
- **Dimensions:** 2
- **Measures:** 0
- **Dimension Groups:** 0
- **Filters:** 0

## Comments & Notes

- derived_table: {
- sql: SELECT distinct dh.upc as upc
- FROM orchard_app_reporting_v2.art_relations_prod_art_relations.delivery_history dh

## Dimensions

| Name | Type |
|------|------|
| `upc` | string |
| `deliverable` | string |

## Derived Table

```sql
#  sql: SELECT distinct dh.upc as upc
  #    FROM orchard_app_reporting_v2.art_relations_prod_art_relations.delivery_history dh
  #    where dh.customer_master_master_id = 696
  #     ;;
  #
```

