cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Conversational Agent App integration with genie in Databricks

Nidhig
Contributor

Hi,

I have recently explore the feature of conversational agent app from marketplace integration with Genie Space.

The connection setup went well but I could find sync issue between the app and genie space. Even after multiple deployment I couldn't see any sync on the app from the genie space.

Is this a expected behavior or anything wrong here?

#databricks app #agent app 

1 REPLY 1

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