Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/user_guides/fs/data_source/creation/snowflake.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ Start by giving it a **name** and an optional **description**.
01. Select "Snowflake" as storage.
02. Specify the hostname for your account in the following format `<account_identifier>.snowflakecomputing.com` or `https://<orgname>-<account_name>.snowflakecomputing.com`.
03. Login name for the Snowflake user.
04. **Authentication** Choose between user account Password, Token or Private Key options.
04. **Authentication** Choose between Password / Programmatic Access Token (PAT), Token or Private Key options.
Snowflake is removing single-factor password sign-ins, so supply a programmatic access token (PAT) in the
Password / PAT field rather than an account password. The Token option accepts OAuth access tokens only and
rejects a PAT with `390303 Invalid OAuth access token`.
In case of private key, upload your snowflake user Private Key file and set Passphrase if applicable.
05. The warehouse to connect to.
06. The database to use for the connection.
Expand Down
Loading