High severitycapacity
Power BI Refresh Error:
093044
What does this error mean?
Snowflake could not create the virtual warehouse. Common causes include hitting the account-level warehouse limit, insufficient privileges, or an invalid warehouse configuration.
Common causes
- 1The account has reached the maximum number of virtual warehouses allowed by the Snowflake edition or contract
- 2The role executing the CREATE WAREHOUSE statement does not have the CREATE WAREHOUSE account privilege
- 3The warehouse size or configuration specified is not available in the current Snowflake edition
- 4The warehouse name conflicts with an existing warehouse name (case-insensitive match)
How to fix it
- 1Verify the executing role has the CREATE WAREHOUSE privilege: `SHOW GRANTS TO ROLE <role>`.
- 2Check the current warehouse count: `SHOW WAREHOUSES` — if at the account limit, drop unused warehouses or contact Snowflake support to increase the limit.
- 3Ensure the warehouse name is unique (case-insensitive) across all existing warehouses.
- 4Confirm the requested warehouse size is available for your Snowflake edition (e.g., 6XL is only available on Enterprise+).
- 5Review Snowflake account limits under Admin → Limits in Snowsight.