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)