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
1 months agoAmie
6 days agoReuben
9 days agoCheryll
16 days agoJohna
1 months agoShanice
1 months agoEvan
5 days agoEden
10 days agoVal
16 days agoCeola
2 months agoGregoria
2 months agoErick
2 months agoAndrew
19 days agoWinifred
1 months agoAgustin
2 months agoSilva
2 months agoCeola
2 months ago