Table of Contents

Search

  1. Preface
  2. Data Profiling
  3. Profiles
  4. Profile results
  5. Tuning data profiling task performance
  6. Troubleshooting

Data Profiling

Data Profiling

Snowflake Data Cloud

Snowflake Data Cloud

To access a Snowflake source object, you must create a Snowflake Data Cloud connection to the source object. You must use the Snowflake Data Cloud native driver connection instead of the ODBC driver connection.
Before you run a profile on a Snowflake source object, you must perform the steps listed in the Increase the Java heap size for the Snowflake Data Cloud connection section of the
Troubleshooting
chapter.
Configure the following Snowflake connection properties to create and run a data profiling task on a Snowflake source object:
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
To load data from Google Cloud Storage to Snowflake for pushdown optimization, enter the Cloud Storage Integration name created for the Google Cloud Storage bucket in Snowflake in the following format:
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.
For more information about the Snowflake Data Cloud connection properties, see the help for the Snowflake Data Cloud connector.

0 COMMENTS

We’d like to hear from you!