# View: monthly_snowflake_storage_costs

**View Name:** monthly_snowflake_storage_costs
**Table Source:** `"INTELLIGENCE"."DBT_PROD"."MONTHLY_SNOWFLAKE_STORAGE_COSTS"`
**File Path:** `views/monthly_snowflake_storage_costs.view.lkml`

## Overview

- **File Size:** 1693 bytes
- **Lines of Code:** 59
- **Dimensions:** 5
- **Measures:** 1
- **Dimension Groups:** 3
- **Filters:** 0

## Description

Boolean to get first snapshot of the month for comparison purposes

## Comments & Notes

- .00;($#.00)"

## Dimensions

| Name | Type |
|------|------|
| `is_first_run_of_month` | yesno |
| `is_first_run_of_day` | yesno |
| `schema_type` | string |
| `table_name` | string |
| `table_schema` | string |

## Measures

| Name | Type |
|------|------|
| `monthly_cost` | sum |

## Dimension Groups

| Name | Type |
|------|------|
| `model_run` | time |
| `model_run_month` | time |
| `model_run_timestamp` | time |

