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
9 months agoAmie
8 months agoReuben
9 months agoCheryll
9 months agoJohna
10 months agoShanice
10 months agoEvan
8 months agoEden
9 months agoVal
9 months agoCeola
10 months agoGregoria
10 months agoErick
10 months agoAndrew
9 months agoWinifred
10 months agoAgustin
10 months agoSilva
10 months agoCeola
10 months ago