Skip to content
Merged
Show file tree
Hide file tree
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
Binary file modified docs/assets/images/guides/fs/data_source/snowflake_creation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions docs/user_guides/fs/data_source/creation/snowflake.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ Below is an example of how to view the account and organization to get the accou
<figcaption>Viewing Snowflake account identifier</figcaption>
</figure>

!!! warning "Token-based authentication or password based"
The Snowflake data source supports both username and password authentication as well as token-based authentication.
!!! note "Authentication methods"
The Snowflake data source supports username and password, token-based and key-pair based authentication options. General information on snowflake key pair authentication and setup is at [Snowflake key-pair authentication](https://docs.snowflake.com/en/user-guide/key-pair-auth).

Currently token-based authentication is in beta phase. Users are advised to use username/password and/or create a service account for accessing Snowflake from Hopsworks.

- **Username and Password:** Login name for the Snowflake user and password. This is often also referred to as `sfUser` and `sfPassword`.
- **Warehouse:** The warehouse to use for the session after connecting
Expand Down Expand Up @@ -67,7 +66,7 @@ Enter the details for your Snowflake connector. Start by giving it a **name** an
2. Specify the hostname for your account in the following format `<account_identifier>.snowflakecomputing.com`
or `https://<orgname>-<account_name>.snowflakecomputing.com`.
3. Login name for the Snowflake user.
4. Password for the Snowflake user or Token.
4. **Authentication** Choose between user account Password, Token or Private Key options. In case of private key, upload your snowflake user Private Key file and set Passphrase if applicable.
5. The warehouse to connect to.
6. The database to use for the connection.
7. Add any additional optional arguments. For example, you can specify `Schema`, `Table`, `Role`, and `Application`.
Expand Down