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
9 months agoAzalee
9 months agoJaime
9 months agoDean
10 months agoHarrison
10 months agoDahlia
10 months agoLaurel
10 months agoEsteban
10 months agoTamar
11 months agoKip
11 months agoBen
11 months agoHan
11 months agoLoren
11 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