METERING_HISTORY view (ACCOUNT_USAGE): Change in columns (Preview)¶
Attention
This behavior change is in the 2025_06 bundle.
For the current status of the bundle, refer to Bundle History.
When this behavior change bundle is enabled, the ACCOUNT_USAGE.:doc:METERING_HISTORY </sql-reference/account-usage/metering_history>
view no longer includes the budget_id
column.
When this behavior change bundle is enabled, the ACCOUNT_USAGE.METERING_HISTORY view includes the following new columns:
Column name |
Data type |
Description |
---|---|---|
|
VARCHAR |
Type of Snowflake resource that consumed credits, such as WAREHOUSE, TASK, or TABLE. Note that TABLE is used for all table-like objects. |
|
NUMBER |
Internal/system-generated identifier of the database associated with the resource of type |
|
VARCHAR |
Name of the database associated with the resource of type |
|
NUMBER |
Internal/system-generated identifier of the schema associated with the resource of type |
|
VARCHAR |
Name of the schema associated with the resource of type |
Ref: 2073