Iโm using an agent within a Databricks app that converts plain English into SQL, executes the query against a warehouse table, and returns the results.
Iโd like to know if thereโs a way to also surface or publish the generated SQL query within the app. I can see the query in the Query History, but I havenโt found a way to expose it directly in the app interface.