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
Reita
6 months agoAzalee
6 months agoJaime
6 months agoDean
7 months agoHarrison
7 months agoDahlia
7 months agoLaurel
7 months agoEsteban
7 months agoTamar
8 months agoKip
8 months agoBen
8 months agoHan
8 months agoLoren
8 months agoErinn
2 years agoAmie
2 years agoReuben
2 years agoCheryll
2 years agoJohna
2 years agoShanice
2 years agoEvan
2 years agoEden
2 years agoVal
2 years agoCeola
2 years agoGregoria
2 years agoErick
2 years agoAndrew
2 years agoWinifred
2 years agoAgustin
2 years agoSilva
2 years agoCeola
2 years ago