- Schema:
RATE_SHEET_DAILY view¶
The RATE_SHEET_DAILY view in the ORGANIZATION_USAGE schema returns the effective rates used for calculating usage in the organization currency based on credits used for all Snowflake accounts in your organization.
Columns¶
Column Name |
Data Type |
Description |
---|---|---|
DATE |
DATE |
Date (in the UTC time zone) for the effective price. |
ORGANIZATION_NAME |
VARCHAR |
Name of the organization. |
CONTRACT_NUMBER |
VARCHAR |
Snowflake contract number for the organization. |
ACCOUNT_NAME |
VARCHAR |
Name of the account. |
ACCOUNT_LOCATOR |
VARCHAR |
Locator for the account. |
REGION |
VARCHAR |
Name of the region where the account is located. |
SERVICE_LEVEL |
VARCHAR |
Service level of the Snowflake account (Standard, Enterprise, Business Critical, etc.). |
USAGE_TYPE |
VARCHAR |
Corresponds to the Usage Category column in a billing statement, which exists for backward compatibility only. Use the BILLING_TYPE, RATING_TYPE, SERVICE_TYPE, and IS_ADJUSTMENT columns for billing reconciliation. |
BILLING_TYPE |
VARCHAR |
Indicates what is being charged or credited. Possible billing types include:
|
RATING_TYPE |
VARCHAR |
Indicates how the usage in the record is rated, or priced. Possible values include:
|
SERVICE_TYPE |
VARCHAR |
Type of usage, for example, |
IS_ADJUSTMENT |
BOOLEAN |
Indicates whether the record is an adjustment to usage. |
CURRENCY |
VARCHAR |
The currency of the EFFECTIVE_RATE. |
EFFECTIVE_RATE |
NUMBER(38, 2) |
The rate after applying any applicable discounts per the contract for the organization. |
Usage notes¶
Latency for the view may be up to 24 hours.
Until month close, data for a given day in a month can change to account for any end-of-month adjustments/credits, mid-month contract amendments, or Snowflake account transfers from one organization to another.
Customers who signed a contract through a Snowflake reseller cannot access data in this view.
Data is retained indefinitely.
This view does not include data generated prior to June 2020. To obtain data before this date, contact Snowflake Support.