MetricSign
EN|NLRequest Access
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

  1. 1Step 1: Ensure the installing user has ACCOUNTADMIN role: USE ROLE ACCOUNTADMIN before running the installation.
  2. 2Step 2: Check the app's marketplace page for minimum Snowflake version and account tier requirements.
  3. 3Step 3: Run SHOW APPLICATIONS to see if a previous installation is stuck in a FAILED state and drop it: DROP APPLICATION app_name.
  4. 4Step 4: Review the installation logs in the Snowflake event table for detailed error messages.
  5. 5Step 5: Contact the app provider if the error persists — some apps have region-specific availability.

Frequently asked questions

Can a non-ACCOUNTADMIN install a Snowflake Native App?

No — by default, only ACCOUNTADMIN can install Native Apps. Account admins can grant the CREATE APPLICATION privilege to other roles to allow broader installation access.

How do I check the status of a Native App installation?

Run SHOW APPLICATIONS to see all installed apps and their status. A FAILED status means the installation did not complete — drop and reinstall.

Other permission errors