How can a Snowsight user change a Standard virtual warehouse to a Snowpark-optimized virtual warehouse?
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 ALTER WAREHOUSE command must be used on a suspended Standard virtual warehouse. This is because altering the type of warehouse is only supported when the warehouse is in the suspended state, ensuring that no active sessions or queries are disrupted during the transition.
C https://docs.snowflake.com/en/user-guide/warehouses-snowpark-optimized
Changing the warehouse type using the ALTER WAREHOUSE command is only supported for a warehouse in the SUSPENDED state.