Snowflake snippets
How you can resize a warehouse in Snowflake
The easiest way to resize a warehouse is to execute a query like the following
ALTER WAREHOUSE MY_WAREHOUSE_NAME SET WAREHOUSE_SIZE=XSmall;
The easiest way to resize a warehouse is to execute a query like the following
ALTER WAREHOUSE MY_WAREHOUSE_NAME SET WAREHOUSE_SIZE=XSmall;