Medium severityconfiguration
Power BI Refresh Error:
GENIE_SPACE_NOT_FOUND
What does this error mean?
An API call or Databricks App referenced an AI/BI Genie space by ID that does not exist or was deleted from the workspace.
Common causes
- 1The Genie space was deleted in the Databricks UI and the application code still references the old space ID
- 2The space ID was copied from a different workspace or environment
- 3A Databricks App resource configuration references a Genie space that has not yet been created
- 4The user or service principal does not have view access on the space, causing it to appear non-existent
How to fix it
- 1Step 1: In the Databricks workspace, navigate to AI/BI > Genie and confirm the space exists.
- 2Step 2: If the space was deleted, recreate it and configure the data tables and trusted assets.
- 3Step 3: Update the application code or Databricks App resource configuration with the correct space ID.
- 4Step 4: Verify that the calling user or service principal has at least the CAN_VIEW permission on the Genie space.
- 5Step 5: For production apps, manage Genie spaces as bundle resources in DABs to prevent accidental deletion.