Snowflake snippets
How to resume a warehouse in Snowflake
If you want to resume a warehouse in Snowflake you can just use the following query
ALTER WAREHOUSE MY_WAREHOUSE_NAME RESUME;

You can check the warehouse status with the following query
SHOW WAREHOUSES LIKE 'MY_WAREHOUSE_NAME';

Nicola Simboli Senior Analytics Engineer
15+ years across SaaS, enterprise and consulting. Focused on scalable data platforms, metric reliability and analytics systems that teams actually use.