WAREHOUSE_EVENTS_HISTORY view: New columns in output

Attention

This behavior change is in the 2024_08 bundle.

For the current status of the bundle, refer to Bundle History.

When this behavior change bundle is enabled, the Account Usage WAREHOUSE_EVENTS_HISTORY view includes the following new column:

Column nameData typeDescription
WAREHOUSE_TYPETEXTOne of STANDARD or SNOWPARK-OPTIMIZED.
RESOURCE_CONSTRAINTTEXT

One of:

  • MEMORY_1X
  • MEMORY_1X_x86
  • MEMORY_16X
  • MEMORY_16X_x86
  • MEMORY_64X
  • MEMORY_64X_x86

Note

WAREHOUSE_TYPE and RESOURCE_CONSTRAINT are only populated for EVENTNAME=WAREHOUSE_CONSISTENT events, otherwise NULL is displayed.

Ref: 1770