Skip to content

Commit 116af73

Browse files
committed
BT restriction callout
1 parent 5298ecd commit 116af73

File tree

1 file changed

+3
-0
lines changed
  • src/connections/storage/catalog/snowflake

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ GRANT CREATE SCHEMA ON DATABASE "SEGMENT_EVENTS" TO ROLE "SEGMENT";
8888

8989
Create the user that Segment uses to connect to your warehouse. You can create a user that authenticates with a key pair, or you can create a user that authenticates using a password. For enhanced security, Segment recommends creating a user that will authenticate with an encrypted key pair.
9090

91+
> info "Key-pair authentication restricted to Business Tier users only"
92+
> Users on other plans can authenticate with Snowflake using a [username and password](#create-a-user-that-authenticates-with-a-username-and-password).
93+
9194
#### Create a user that authenticates with a key pair
9295
If you are creating a user that will use a key pair to authenticate, you first must create a public key and then can create a new user.
9396

0 commit comments

Comments
 (0)