Schema:

ACCOUNT_USAGE

EVENT_USAGE_HISTORY view

This view can be used to query the history of data loaded into Snowflake event tables within the last 365 days (1 year).

The view displays the history of data loaded and credits billed for your entire Snowflake account.

For more information about event tables, refer to Event table overview.

For more information about logging and tracing, refer to Logging, tracing, and metrics.

Columns

Column NameData TypeDescription
START_TIMETIMESTAMP_LTZStart of the time range (in the UTC time zone) in which data loading took place.
END_TIMETIMESTAMP_LTZEnd of the time range (in the UTC time zone) in which data loading took place.
CREDITS_USEDNUMBERNumber of credits billed for loading data into the event table during the START_TIME and END_TIME window.
BYTES_INGESTEDNUMBERNumber of bytes of data loaded during the START_TIME and END_TIME window.

Usage notes

Latency for the view may be up to 180 minutes (3 hours).