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 ACCEPTED SOLUTION

Accepted Solutions

Hi @HariSankar ,

The issue related to conversation agent app by Databricks integration with genie is fixed now.
Seems there was bug before, yesterday I tried the same steps as previous. The app is working as expected no re-deployment  needed and sync is automated.

No manual permission we have to grant from anywhere during step up process the permission grant option will pop up and just select and proceed ahead with the setup.
Thanks Databricks for the fix.

Nidhi Gupta

View solution in original post

2 REPLIES 2

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

Hi @HariSankar ,

The issue related to conversation agent app by Databricks integration with genie is fixed now.
Seems there was bug before, yesterday I tried the same steps as previous. The app is working as expected no re-deployment  needed and sync is automated.

No manual permission we have to grant from anywhere during step up process the permission grant option will pop up and just select and proceed ahead with the setup.
Thanks Databricks for the fix.

Nidhi Gupta