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 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:

  • 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_TYPE

VARCHAR

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

  • compute

  • data_transfer

  • storage

  • other

SERVICE_TYPE

VARCHAR

Type of usage. Possible service types include:

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.