Skip to content

Commit 5298ecd

Browse files
committed
[netlify-build]
1 parent 0ad50ed commit 5298ecd

File tree

1 file changed

+1
-1
lines changed
  • src/connections/storage/catalog/snowflake

1 file changed

+1
-1
lines changed

src/connections/storage/catalog/snowflake/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ To install SnowSQL and verify your accounts:
144144

145145
1. Download [SnowSQL](https://docs.snowflake.com/en/user-guide/snowsql){:target="_blank"}
146146
2. Open the Installer and follow instructions.
147-
3. When the installation is complete, run the following command, replacing "account" and "user" with your Snowflake Account ID and username:
147+
3. When the installation is complete, run the following command, replacing "account", "username", and "path_to_the_rsa_key_encrypted.p8" with your Snowflake Account ID, username, and path to your private RSA key:
148148

149149
```
150150
snowsql -a segment -u <username> -d <Database> -w <warehouse> --private-key-path <path_to_the_rsa_key_encrypted.p8>

0 commit comments

Comments
 (0)