- Schema:
STORAGE_REQUEST_HISTORY view¶
This Account Usage view displays historical data for storage request usage within the last 365 days (1 year). The view tracks HTTP requests made by external query engines through Snowflake Horizon Catalog to access Iceberg tables that use Snowflake storage.
Columns¶
Column Name |
Data Type |
Description |
|---|---|---|
START_TIME |
TIMESTAMP_LTZ |
Start of the data aggregation window. |
END_TIME |
TIMESTAMP_LTZ |
End of the data aggregation window. |
OPERATION_TYPE |
VARCHAR |
The type of operation: |
COUNT |
NUMBER |
Total number of API calls during the aggregation window. |
Usage notes¶
Latency for the view may be up to 6 hours.
This view tracks requests that are billed under the
STORAGE_REQUEST-1(Class 1) andSTORAGE_REQUEST-2(Class 2) SKUs on the billing report.This view only tracks requests for Iceberg tables that use Snowflake storage. For Iceberg tables that use customer-owned external storage (buckets), this view doesn’t apply.
Snowflake doesn’t bill your account when you use the Snowflake query engine to directly access Iceberg tables. Only requests made through Horizon Catalog by external query engines are tracked in this view.
For billing rates, see Table 3(g) of the Snowflake service consumption table.
Examples¶
Retrieve the storage request counts for the past 7 days:
Calculate total requests by operation type for the past month: