I have a simple AIDP workspace setup in Chicago. Within it I have a delta table stored at test_catalog.test_schema.clean_sales_data. This table contains some columns which are all strings and a few rows of data.
I can query it using a notebook without any issues.
I have set up an agent flow. That contains Chat Trigger → Agent → SQL Tool
The SQL tool is pointing at the catalog and schema and contains a simple description and query
Tool Name: List sales seasons
Description: Use this tool to list the seasons that sales are catagorised by.
SELECT distinct season
FROM clean_store_sales
When I test it I get an error Failed to fetch results, internal server error
When I look at the compute all the clusters are up, the master, spark cluster and ai cluster.
I don't see where the logs are stored. Has anybody else encountered this issue or tried working with the agent flows?