Skip to content

Commit c1e9fd2

Browse files
authored
refresh UI docs for new worksheet and resource tree (#456)
1 parent 8e02600 commit c1e9fd2

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed
135 KB
Loading

public/images/snowflake/logs.png

328 KB
Loading
125 KB
Loading

public/images/snowflake/proxy.png

97.2 KB
Loading

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,21 @@ 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 the results.
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.
3535

36-
![Running SQL queries](/images/snowflake/run-sql-queries-web-ui.png)
36+
![Running SQL queries](/images/snowflake/new-run-sql-queries.png)
3737

38-
You can click on **Warehouses** and **Databases** on the right side of the worksheet to view the available warehouses and databases.
38+
Use the **Local Resources** panel on the right to explore available databases, schemas, tables, and columns in a hierarchical view.
39+
40+
![Local Resources](/images/snowflake/local-resources.png)
41+
42+
You can run the current statement by placing your cursor inside it, or execute only a selected portion of SQL.
3943

4044
### View Snowflake logs
4145

4246
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.
4347

44-
![View request/response traces](/images/snowflake/request-logs-web-ui.png)
48+
![View request/response traces](/images/snowflake/logs.png)
4549

4650
### Proxy to a real Snowflake instance
4751

@@ -53,4 +57,4 @@ The User Interface provides a **Proxy** tab that allows you to enter your Snowfl
5357
Be careful when operating the proxy, as it can incur costs and access data in your real Snowflake account. For security reasons, please make sure to use scoped credentials with the least set of required permissions (ideally read-only). Only run the proxy against test/staging environments, and never against a production database.
5458
:::
5559

56-
![Forward queries to a real Snowflake instance](/images/snowflake/proxy-web-ui.png)
60+
![Forward queries to a real Snowflake instance](/images/snowflake/proxy.png)

0 commit comments

Comments
 (0)