Skip to content

Commit b9a77da

Browse files
authored
docs: update snowflake cli installation instruction (#293)
1 parent aeed8e8 commit b9a77da

File tree

1 file changed

+5
-23
lines changed

1 file changed

+5
-23
lines changed

src/content/docs/snowflake/integrations/snow-cli.mdx

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,20 @@ title: Snowflake CLI
33
description: Use Snowflake CLI to interact with the Snowflake emulator.
44
---
55

6-
import { Tabs, TabItem } from '@astrojs/starlight/components';
7-
86
## Introduction
97

108
Snowflake CLI is a command-line interface (CLI) for Snowflake. You can use Snowflake CLI to interact with the Snowflake emulator. Snowflake CLI provides a set of commands to manage and interact with Snowflake accounts, databases, warehouses, and more.
119

1210
You can connect Snowflake CLI to the Snowflake emulator using a connection profile. A connection profile is a set of parameters that define the connection to a Snowflake account. You can create, list, and test connection profiles using Snowflake CLI.
1311

14-
## Installation
15-
16-
You can install Snowflake CLI using the following methods:
17-
18-
<Tabs>
19-
<TabItem label="PyPI">
20-
```bash
21-
pip install snowflake-cli-labs
22-
snow --help
23-
```
24-
</TabItem>
25-
<TabItem label="Homebrew">
26-
```bash
27-
brew tap Snowflake-Labs/snowflake-cli
28-
brew install snowcli
29-
snow --help
30-
```
31-
</TabItem>
32-
</Tabs>
33-
3412
## Configuring Snowflake CLI
3513

3614
In this guide, you will learn how to configure Snowflake CLI to interact with the Snowflake emulator using a `localstack` connection profile.
3715

16+
:::note
17+
For installation instructions, follow the [official Snowflake documentation](https://docs.snowflake.com/en/developer-guide/snowflake-cli/installation/installation) for your operating system. This ensures you install the correct and most up-to-date version of the Snowflake CLI.
18+
:::
19+
3820
### Create a connection profile
3921

4022
To configure Snowflake CLI to interact with the Snowflake emulator, create a connection profile using the following command:
@@ -50,7 +32,7 @@ snow connection add \
5032

5133
You might be prompted to enter more optional parameters, such as the connection port, database name, warehouse name, authentication method, and more. These are however optional and can be skipped.
5234

53-
After a successful configuration, you can the `localstack` connection profile is ready to use.
35+
After a successful configuration, the `localstack` connection profile is ready to use.
5436

5537
### List your connection profiles
5638

0 commit comments

Comments
 (0)