Data Profiling
- Data Profiling
- All Products
Property
| Value
|
---|---|
Runtime Environment
| Choose an active Secure Agent with a package.
|
Authentication
| Select the authentication method that the connector must use to log in to Snowflake. Default is Standard.
|
Username
| Enter the user name for the Snowflake account.
|
Password
| Enter the password for the Snowflake account.
|
Account
| Name of the Snowflake account. In the Snowflake URL, your account name is the first segment in the domain. For example, if
123abc is your account name, the URL must be in the following format:
https://123abc.snowflakecomputing.com
|
Warehouse
| Name of the Snowflake warehouse.
|
Role
| Enter the Snowflake user role name.
|
Additional JDBC URL Parameters:
| Optional. The additional JDBC connection parameters.
Enter one or more JDBC connection parameters in the following format:
<param1>=<value>&<param2>=<value>&<param3>=<value>....
For example,
user=jon&warehouse=mywh&db=mydb&schema=public
To override the database and schema name used to create temporary tables in Snowflake, enter the database and schema name in the following format:
ProcessConnDB=<DB name>&ProcessConnSchema=<schema_name>
To view only the specified database and schema while importing a Snowflake table, specify the database and schema name in the following format:
db=<database_name>&schema=<schema_name> To access Snowflake through Okta SSO authentication, enter the web-based IdP implementing SAML 2.0 protocol in the following format:
authenticator=https://<Your_Okta_Account_Name>.okta.com
Microsoft Active Directory Federation Services is not supported.
For more information about configuring Okta authentication, see the following website:https://docs.snowflake.com/en/user-guide/admin-security-fed-auth-configure-snowflake.html
storage_integration=<Storage Integration name>
For example, if the storage integration name you created in Snowflake for the Google Cloud Storage bucket is abc_int_ef, you must specify the integration name in uppercase. For example, storage_integration=ABS_INT_EF.
Verify that there is no space before and after the equal sign (=) when you add the parameters.
|