- Schema:
PARTNER_RATE_SHEET_DAILY view¶
The PARTNER_RATE_SHEET_DAILY view in the BILLING schema returns the effective rates used for calculating usage in the organization currency. This usage is based on credits used for all Snowflake accounts in the organization of a reseller’s customer.
Columns¶
Column Name |
Data Type |
Description |
---|---|---|
ORGANIZATION_NAME |
VARCHAR |
Name of the reseller’s organization. |
SOLD_TO_ORGANIZATION_NAME |
VARCHAR |
Name of the organization of the reseller’s customer. |
SOLD_TO_CUSTOMER_NAME |
VARCHAR |
Name of the reseller’s customer. |
SOLD_TO_PO_NUMBER |
VARCHAR |
Purchase order number associated with the reseller’s sale to the customer. |
SOLD_TO_CONTRACT_NUMBER |
VARCHAR |
Number associated with the customer’s contract with the reseller. |
DATE |
DATE |
Date (in UTC) for the effective price. |
ACCOUNT_NAME |
VARCHAR |
Name of the customer’s account. |
ACCOUNT_LOCATOR |
VARCHAR |
Locator of the customer’s account, which is used in the legacy account identifier. |
REGION |
VARCHAR |
Name of the region where the customer’s account is located. |
SERVICE_LEVEL |
VARCHAR |
Service level of the customer’s Snowflake account (Standard, Enterprise, Business Critical, etc.). |
USAGE_TYPE |
VARCHAR |
Type of usage, which can be one of Compute, Storage, Data Transfer, Materialized Views, etc. |
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 |
Currency of the EFFECTIVE_RATE. |
EFFECTIVE_RATE |
NUMBER(38, 2) |
Rate after applying any applicable discounts. |
Usage notes¶
Latency for the view can 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, mid-month contract amendments, or Snowflake account transfers from one organization to another.