How can a Snowsight user change a Standard virtual warehouse to a Snowpark-optimized virtual warehouse?
To change a Standard virtual warehouse to a Snowpark-optimized virtual warehouse, the warehouse must be in a suspended state. This ensures that no operations are disrupted during the modification process.
Suspend the Warehouse: Ensure that the warehouse is suspended.
ALTER WAREHOUSE my_warehouse SUSPEND;
Alter the Warehouse: Modify the warehouse to be Snowpark-optimized.
ALTER WAREHOUSE my_warehouse SET WAREHOUSE_TYPE = 'SNOWPARK-OPTIMIZED';
Resume the Warehouse: Resume the warehouse to make it operational.
ALTER WAREHOUSE my_warehouse RESUME;
References:
Snowflake Documentation: Creating Snowpark-Optimized Warehouses
Snowflake Documentation: ALTER WAREHOUSE
Erinn
8 months agoAmie
7 months agoReuben
7 months agoCheryll
7 months agoJohna
8 months agoShanice
8 months agoEvan
7 months agoEden
7 months agoVal
7 months agoCeola
8 months agoGregoria
8 months agoErick
9 months agoAndrew
7 months agoWinifred
8 months agoAgustin
8 months agoSilva
8 months agoCeola
9 months ago