From 20482fb5556bb203bea3736e3eaa55961bcad651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20David=20Marroquin=20Toledo?= Date: Fri, 29 May 2026 21:20:51 +0200 Subject: [PATCH] Update DBeaver connection instructions for Snowflake Added port and database details for Snowflake connection in DBeaver. --- src/content/docs/snowflake/integrations/dbeaver.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/docs/snowflake/integrations/dbeaver.md b/src/content/docs/snowflake/integrations/dbeaver.md index 8ca9b1351..fa8a88568 100644 --- a/src/content/docs/snowflake/integrations/dbeaver.md +++ b/src/content/docs/snowflake/integrations/dbeaver.md @@ -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)