Catalog Source Configuration > Snowflake SQL Script > Before you begin
  

Before you begin

Before you can extract catalog source metadata, get information from the Snowflake database administrator.
Ensure that the following prerequisites are met:

Verify permissions

To extract Snowflake SQL Script metadata, you need account access and permissions to the Snowflake SQL Script catalog source and Snowflake source system.
Verify that you have the following permissions:

Create a connection

When you configure a connection, you specify the connection properties for the connection. Connection properties enable an agent to connect to data sources.
You can use the following authentication methods to connect to Snowflake:
For information about configuring a connection, see Connections in the Administrator help system.

Standard authentication

When you set up a Snowflake Data Cloud connection, configure the connection properties.
The following table describes the Snowflake Data Cloud connection properties for the Standard authentication mode:
Property
Description
Connection Name
Name of the connection.
Each connection name must be unique within the organization. Connection names can contain alphanumeric characters, spaces, and the following special characters: _ . + -,
Maximum length is 255 characters.
Description
Description of the connection. Maximum length is 4000 characters.
Type
The Snowflake Data Cloud connection type.
Runtime Environment
The name of the runtime environment where you want to run the tasks.
Authentication
The authentication method that the connector must use to log in to Snowflake.
Select Standard.
Default is Standard.
Username
The user name to connect to the Snowflake account.
Password
The password to connect to the Snowflake account.
Account
The name of the Snowflake account.
For example, if the Snowflake URL is https://<123abc>.us-east-2.aws.snowflakecomputing.com/console/login#/, your account name is the first segment in the URL before snowflakecomputing.com. Here, 123abc.us-east-2.aws is your account name.
If you use the Snowsight URL, for example, https://app.snowflake.com/us-east-2.aws/<123abc>/dashboard, your account name is 123abc.us-east-2.aws
Note: Ensure that the account name doesn't contain underscores. To use an alias name, contact Snowflake Customer Support.
Warehouse
The Snowflake warehouse name.
Role
The Snowflake role assigned to the user.
Additional JDBC URL Parameters
The additional JDBC connection parameters.
Enter one or more JDBC connection parameters in the following format:
<param1>=<value>&<param2>=<value>&<param3>=<value>....
For example, pass the database and schema values when you connect to Snowflake:
db=mydb&schema=public
Important: Ensure that there is no space before and after the equal sign (=) when you add the parameters.

Key pair authentication

The following table describes the Snowflake Data Cloud connection properties for the KeyPair authentication type connection:
Connection property
Description
Connection Name
Name of the connection.
Each connection name must be unique within the organization. Connection names can contain alphanumeric characters, spaces, and the following special characters: _ . + -,
Maximum length is 255 characters.
Description
Description of the connection. Maximum length is 4000 characters.
Type
The Snowflake Data Cloud connection type.
Runtime Environment
The name of the runtime environment where you want to run the tasks.
Authentication
The authentication method to log in to Snowflake.
Select KeyPair.
Username
The user name to connect to the Snowflake account.
Account
The name of the Snowflake account.
For example, if the Snowflake URL is https://<123abc>.us-east-2.aws.snowflakecomputing.com/console/login#/, your account name is the first segment in the URL before snowflakecomputing.com. Here, 123abc.us-east-2.aws is your account name.
If you use the Snowsight URL, for example, https://app.snowflake.com/us-east-2.aws/<123abc>/dashboard, your account name is 123abc.us-east-2.aws.
Note: Ensure that the account name doesn't contain underscores. To use an alias name, contact Snowflake Customer Support.
Warehouse
The Snowflake warehouse name.
Additional JDBC URL Parameters
The additional JDBC connection parameters.
Enter one or more JDBC connection parameters in the following format:
<param1>=<value>&<param2>=<value>&<param3>=<value>....
For example, pass the database and schema values when you connect to Snowflake:
db=mydb&schema=public
Important: Ensure that there is no space before and after the equal sign (=) when you add the parameters.
Private Key File
Path to the private key file, including the private key file name, that the Secure Agent uses to access Snowflake.
For example, specify the following path and key file name:
  • - On Windows: C:\Users\path_to_key_file\rsa_key.p8
  • - On Linux: /export/home/user/path_to_key_file/rsa_key.p8
Note: Verify that the keystore is FIPS-certified.
Private Key Password
Password for the private key file.