Schema:

BILLING

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 NameData TypeDescription
ORGANIZATION_NAMEVARCHARName of the reseller’s organization.
SOLD_TO_ORGANIZATION_NAMEVARCHARName of the organization of the reseller’s customer.
SOLD_TO_CUSTOMER_NAMEVARCHARName of the reseller’s customer.
SOLD_TO_PO_NUMBERVARCHARPurchase order number associated with the reseller’s sale to the customer.
SOLD_TO_CONTRACT_NUMBERVARCHARNumber associated with the customer’s contract with the reseller.
DATEDATEDate (in UTC) for the effective price.
ACCOUNT_NAMEVARCHARName of the customer’s account.
ACCOUNT_LOCATORVARCHARLocator of the customer’s account, which is used in the legacy account identifier.
REGIONVARCHARName of the region where the customer’s account is located.
SERVICE_LEVELVARCHARService level of the customer’s Snowflake account (Standard, Enterprise, Business Critical, etc.).
USAGE_TYPEVARCHARType of usage, which can be one of Compute, Storage, Data Transfer, Materialized Views, etc.
BILLING_TYPEVARCHAR

Indicates what is being charged or credited. Possible billing types include:

  • consumption — Usage associated with compute credits, storage costs, and data transfer costs.
  • rebate — Usage covered by the credits awarded to the organization when it shared data with another organization.
  • priority support — Charges for priority support services. This charge is associated with a stipulation in a contract, not with an account.
  • vps_deployment_fee — Charges for a Virtual Private Snowflake deployment.
  • support_credit — Snowflake Support credited the account to reverse charges attributed to an issue in Snowflake.
RATING_TYPEVARCHAR

Indicates how the usage in the record is rated, or priced. Possible values include:

  • compute
  • storage
  • other
SERVICE_TYPEVARCHARType of usage, for example, snowpipe for usage related to the Snowpipe feature.
IS_ADJUSTMENTBOOLEANIndicates whether the record is an adjustment to usage.
CURRENCYVARCHARCurrency of the EFFECTIVE_RATE.
EFFECTIVE_RATENUMBER(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.