You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/snowflake/tooling/user-interface.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,17 +31,21 @@ Navigate to [**https://app.localstack.cloud/inst/default/snowflake**](https://ap
31
31
32
32
### Run SQL queries
33
33
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.
You can run the current statement by placing your cursor inside it, or execute only a selected portion of SQL.
39
43
40
44
### View Snowflake logs
41
45
42
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.
@@ -53,4 +57,4 @@ The User Interface provides a **Proxy** tab that allows you to enter your Snowfl
53
57
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.
54
58
:::
55
59
56
-

60
+

0 commit comments