Skip to content

Commit b5e0f3d

Browse files
authored
docs(snowflake): update UI docs for SQL Worksheet and Query History (#483)
1 parent daa95e5 commit b5e0f3d

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed
416 KB
Loading

src/content/docs/snowflake/tooling/user-interface.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,26 @@ Navigate to [**https://app.localstack.cloud/inst/default/snowflake**](https://ap
3131

3232
### Run SQL queries
3333

34-
The User Interface provides a **Worksheet** tab that allows you to run SQL queries and view results. The editor includes SQL syntax highlighting and autocomplete to help you write queries faster.
34+
The User Interface provides a **SQL Worksheet** tab that allows you to run SQL queries and view results. The editor includes SQL syntax highlighting and autocomplete to help you write queries faster.
3535

3636
![Running SQL queries](/images/snowflake/new-run-sql-queries.png)
3737

3838
Use the **Local Resources** panel on the right to explore available databases, schemas, tables, and columns in a hierarchical view.
3939

4040
![Local Resources](/images/snowflake/local-resources.png)
4141

42-
You can run the current statement by placing your cursor inside it, or execute only a selected portion of SQL.
42+
You can run the current statement by placing your cursor inside it, or execute only a selected portion of SQL from the editor.
4343

44-
### View Snowflake logs
4544

46-
The User Interface provides a **Logs** tab that provides you a detailed view of request/response traces of API calls issued against the local emulator. You can view the request and response headers, body, and status code.
45+
### View Query History
4746

48-
![View request/response traces](/images/snowflake/logs.png)
47+
The User Interface provides a **Query History** tab that displays recently executed queries along with their execution details.
48+
49+
Each entry includes metadata such as the query ID, SQL text, execution status, duration, rows returned, and the database, schema, and warehouse used during execution.
50+
51+
You can search and filter the query history to quickly locate queries by text, execution status, or time range.
52+
53+
![Query history](/images/snowflake/query-history.png)
4954

5055
### Proxy to a real Snowflake instance
5156

0 commit comments

Comments
 (0)