Schema:

ORGANIZATION_USAGE

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 NameData TypeDescription
DATEDATEDate (in the UTC time zone) for the effective price.
ORGANIZATION_NAMEVARCHARName of the organization.
CONTRACT_NUMBERVARCHARSnowflake contract number for the organization.
ACCOUNT_NAMEVARCHARName of the account.
ACCOUNT_LOCATORVARCHARLocator for the account.
REGIONVARCHARName of the region where the account is located.
SERVICE_LEVELVARCHARService level of the Snowflake account (Standard, Enterprise, Business Critical, etc.).
USAGE_TYPEVARCHARCorresponds 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.
CURRENCYVARCHARThe currency of the EFFECTIVE_RATE.
EFFECTIVE_RATENUMBER(38, 2)The rate after applying any applicable discounts per the contract for the organization.
SERVICE_TYPEVARCHARType of usage, for example, snowpipe for usage related to the Snowpipe feature.
RATING_TYPEVARCHAR

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

  • compute
  • storage
  • other
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.
IS_ADJUSTMENTBOOLEANIndicates whether the record is an adjustment to usage.

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.