HariSankar
Contributor III

Hi @Nidhig,

This isn’t expected behavior,it usually happens when the app's service principal lacks permissions to access the SQL warehouse, Genie Space, or underlying Unity Catalog tables.

Try these fixes:

--> SQL Warehouse: Go to Compute -> SQL Warehouses -> Permissions and grant your app's service principal (CAN USE) access.
--> Genie Space: Under Settings -> Permissions, add the same service principal and give it CAN USE access.
--> Unity Catalog: Ensure it has USE SCHEMA and SELECT on tables Genie queries.

After updating permissions, redeploy the app:
databricks apps deploy <app-name>

That usually resolves sync issues between Genie Space and the conversational agent app.

#databricks #geniespace #agentapp

harisankar