Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/content/docs/snowflake/tooling/user-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Navigate to [**https://app.localstack.cloud/inst/default/snowflake**](https://ap

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 for SQL keywords, Snowflake built-in functions, and schema objects such as databases, tables, and columns.

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

Use the **Local Resources** panel on the right to explore your schema objects in a hierarchical tree. Each node type — database, schema, table, view, column, and folder — is represented by a dedicated icon. Views are displayed as a distinct category alongside tables within each schema.

Expand All @@ -59,4 +59,4 @@ Each entry includes metadata such as the query ID, SQL text, execution status, d

You can search and filter the query history to quickly locate queries by text, execution status, or time range.

![Query history](/images/snowflake/query-history.png)
![Query history](/images/snowflake/snowflake-query-history.png)