Which permission on a Snowflake virtual warehouse allows the role to resize the warehouse?
Which permission on a Snowflake virtual warehouse allows the role to resize the warehouse?
To resize a virtual warehouse in Snowflake, the role needs the ALTER permission. This permission allows the role to change various properties of the warehouse, including its size. MODIFY and MONITOR permissions do not grant the ability to resize a warehouse, and USAGE only allows the role to use the warehouse without being able to alter its configuration.
B correct - https://stackoverflow.com/questions/67444656/how-do-you-restrict-a-warehouse-to-resize-to-role-in-snowflake
B is the correct answer! https://docs.snowflake.com/en/sql-reference/sql/alter-warehouse#access-control-requirements