Skip to content
Open
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
2 changes: 2 additions & 0 deletions src/content/docs/snowflake/integrations/dbeaver.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ To create a new connection in DBeaver, follow these steps:
- Open DBeaver. Go to the top menu, select **Database**, and choose **New Database Connection**. In the **Connect to database** window, pick **All** databases and search for **Snowflake**, then click **Next**.
- In the **Connect to database** window, switch to the **Main** tab. Enter your Snowflake user details:
- **Host**: `snowflake.localhost.localstack.cloud`
- **Port**: `4566`
- **Database**: `test` (case insensitive)
- **User**: `test`
- **Password**: `test`
![New connection in DBeaver](/images/snowflake/dbeaver-new-connection.png)
Expand Down