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
11 changes: 0 additions & 11 deletions src/content/docs/snowflake/capabilities/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Options that affect the core Snowflake emulator functionality.
| `SF_CSV_IMPORT_MAX_ROWS` | `50000` (default) | Maximum number of rows to import from CSV files into tables |
| `SF_DEFAULT_USER` | `test` (default) | Specify the default user to be used by the Snowflake emulator. |
| `SF_DEFAULT_PASSWORD` | `test` (default) | Specify the default password to be used by the Snowflake emulator. |
| `SF_PROXY_PRIVATE_KEY` | | Specify the private key to be used by the Snowflake emulator. |

### Custom Snowflake hostnames

Expand Down Expand Up @@ -85,16 +84,6 @@ Options to configure how LocalStack interacts with Docker.
| `DOCKER_CMD` | `docker` (default), `sudo docker`| Shell command used to run Docker containers (only used in combination with `LEGACY_DOCKER_CLIENT`) |
| `FORCE_NONINTERACTIVE` | | When running with Docker, disables the `--interactive` and `--tty` flags. Useful when running headless. |

## Proxy Configuration

Options to configure Snowflake proxy settings for LocalStack.

| Variable | Example Values | Description |
| - | - | - |
| `SF_PROXY_HOST` | `proxy.example.com` | Hostname or IP address of the proxy server to be used for connecting to Snowflake. |
| `SF_PROXY_USER` | `proxy_user` | Username for authentication with the proxy server. |
| `SF_PROXY_PASSWORD` | `password123` | Password associated with the proxy user account. |

## Profiles

LocalStack supports configuration profiles which are stored in the `~/.localstack` config directory.
Expand Down
3 changes: 1 addition & 2 deletions src/content/docs/snowflake/tooling/user-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ The Snowflake emulator provides a User Interface (UI) via the [LocalStack Web Ap

* Run SQL queries and view results using a Query Editor.
* View detailed request/response traces of API calls.
* Forward queries to a real Snowflake instance using a proxy.

To access the User Interface, you need to start the Snowflake emulator and access the **Snowflake** tab in your default instance of the LocalStack Web Application. This User Interface is available only when the Snowflake emulator is running. Please note that it does not connect to the real Snowflake cloud environment (except during a proxy connection) or any other external service on the Internet.
To access the User Interface, you need to start the Snowflake emulator and access the **Snowflake** tab in your default instance of the LocalStack Web Application. This User Interface is available only when the Snowflake emulator is running. Please note that it does not connect to the real Snowflake cloud environment or any other external service on the Internet.

:::note
Please note that the Snowflake User Interface is still experimental and under active development.
Expand Down
Loading