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