Datasource Response
Last updated
Last updated
When the datasource replies to your query, the response window is interactive and offers several buttons, each serving a distinct purpose.
After entering your query, the generated SQL appears in the SQL output window.
Here, you have three key buttons next to the SQL:
Save: Save the current question, the steps taken, and the resulting SQL as an example. This helps LLMate learn from your queries for future reference.
Thoughts: Open a side drawer to see a detailed breakdown of how LLMate generated the SQL. This includes the reasoning steps and examples it used.
Error: If there was an issue generating the query, click this to view any error messages or logs.
If the generated SQL isn’t quite right, you can directly edit the SQL in the output window.
After making changes, click the Run button to execute the updated query.
Once the query runs successfully, results appear in a dataframe output window.
On this window, you can switch between:
Table View: See the results in a spreadsheet-like format.
Graph View: Visualize the data as a chart.
There are also three buttons on the right:
Change Graph Type: Modify the visualization style (e.g., bar chart, pie chart) and adjust which fields are displayed.
CSV: Download the data as a CSV file for offline use or further analysis.
Add to Dashboard: Save the current table or graph directly to one of your dashboards. When clicked, you’ll be asked to select the specific dashboard and section where you want to place this output.