Connection Settings

Provide the information required to connect and interact with the source.

You can use the following commands to query the Snowflake system to find the URL, Organization, and Account information:

USE ROLE ORGADMIN;

SHOW ORGANIZATION ACCOUNTS;

To configure connection settings, complete the following:

  1. Enter the Base URL to connect to the Snowflake system. For example, https://<organization>-<account>.snowflakecomputing.com.

  2. Select the Authentication Type used to connect to the Snowflake system.

  3. Enter the Organization configured in the Snowflake organization.

  4. Enter the Snowflake Account configured for the Snowflake organization.

  5. Enter the Username to log into the Snowflake organization account.

  6. Enter the Private Key used to authenticate with the Snowflake system. For more information on generating private keys, refer to Generating Keys.

    Note

    When you enter the private key you must enter the whole private key, including the BEGIN PRIVATE KEY and END PRIVATE KEY lines. For example:

    -----BEGIN ENCRYPTED PRIVATE KEY-----

    *HASH VALUE*

    -----END ENCRYPTED PRIVATE KEY-----

  7. Enter the Passphrase to validate the private key. This was created when you generated the public and private keys.

  8. Select Save.