Schemas:

ACCOUNT_USAGE

OPENFLOW_USAGE_HISTORY view

This Account Usage view returns the hourly runtime credit usage for an account within the last 365 days (1 year).

Note

This view returns records only for Openflow BYOC deployments. It doesn’t return records for Openflow Snowflake Deployments, which are billed under the OPENFLOW_COMPUTE_SNOWFLAKE service type. To track the cost of an Openflow Snowflake Deployment, see Openflow Snowflake Deployment cost and scaling considerations.

Columns

Column NameData TypeDescription
START_TIMETIMESTAMP_LTZThe date and beginning of the hour (in the local time zone) in which the usage took place.
END_TIMETIMESTAMP_LTZThe date and end of the hour (in the local time zone) in which the usage took place.
DATA_PLANE_IDVARCHARID of the data plane which incurred the credit usage.
DATA_PLANE_TYPEVARCHAR

Type of the data plane. The only value currently returned is BYOC.

DATA_PLANE_CREDITS_USEDNUMBER

Number of compute credits the data plane used in the hour. This value is always 0, because BYOC data planes run on infrastructure you manage and incur no Snowflake compute credits. For BYOC, you’re charged credits only for runtime usage.

RUNTIME_KEYVARCHARKey identifying the runtime which incurred the credit usage.
RUNTIME_NAMEVARCHARName of the runtime which incurred the credit usage.
RUNTIME_CREDITS_USEDNUMBERNumber of compute credits the runtime used in the hour. This does not include the credits used by the data plane or the credits used to ingest the data in Snowflake.