High severitypermission
Power BI Refresh Error:
093079
What does this error mean?
Installing a Snowflake Native App from the Marketplace or a private listing failed, typically due to insufficient privileges or a version compatibility issue.
Common causes
- 1The installing user does not have ACCOUNTADMIN role, which is required to install Native Apps
- 2The application version is not compatible with the current Snowflake release
- 3The app requires specific account-level feature flags (e.g., Business Critical) that are not enabled
- 4A previous installation of the same app is still in a partially installed state
How to fix it
- 1Step 1: Ensure the installing user has ACCOUNTADMIN role: USE ROLE ACCOUNTADMIN before running the installation.
- 2Step 2: Check the app's marketplace page for minimum Snowflake version and account tier requirements.
- 3Step 3: Run SHOW APPLICATIONS to see if a previous installation is stuck in a FAILED state and drop it: DROP APPLICATION app_name.
- 4Step 4: Review the installation logs in the Snowflake event table for detailed error messages.
- 5Step 5: Contact the app provider if the error persists — some apps have region-specific availability.