Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Create a Snowflake connection

Establish a zero copy connection to an external Snowflake account in Zero Copy Connector Hub.

Before you begin

You can optimize queries to Snowflake by enabling table statistics. Consult your data source admin to confirm whether table statistics are enabled in Snowflake before enabling this option in Zero Copy Connector Hub.

Role required: df_connection_admin

About this task

Work with your data source admin to create a connection to Snowflake. For additional information about connecting to Snowflake, refer to the Snowflake documentation.

Procedure

  1. Navigate to the available primary connectors in Zero Copy Connector Hub in one of the following ways:

    • Navigate to All > Zero Copy Connector Hub > Available connectors > Primary connectors.
    • Navigate to Admin > Zero Copy Connector Hub > Available connectors > Primary connectors.
    • Find the Snowflake connector and select Connect.
  2. On the form, fill in the fields.

  1. Configure the authentication method that you want to use with Snowflake.
FieldDescription
Name and description
Connection labelUnique name for this connection. This helps in identifying the connection within your system.
Connection nameSystem-generated name based on the Connection label. This field cannot be modified once the connection is established.
Short descriptionDescription of the connection explaining what it is about.
Connection attributes
Connection URLJDBC URL to establish the connection. For example: `jdbc:snowflake://.snowflakecomputing.com`
DatabaseName of the database that you want to connect to.
WarehouseName of the warehouse that you want to connect to.
Enable table statistics

Option to enable table statistics. Optimize SQL queries using table statistics by selecting this option. Enabling table statistics allows the system to use estimates of stored data such as row count, distinct values, and data size for enhanced query processing.

Note: You must ensure that gathering table statistics is enabled in the data source before selecting this option.

  1. Select Connect.

Result

A test connection is made to the external data source, verifying that the connection details are correct and the data source is accessible.

What to do next

If the connection succeeds, configure data steward access on the Access Control tab. See Manage access to an established connection using roles.

If the connection fails, verify the connection details with your data source administrator and try again.

sndocs is an independent community mirror and is not affiliated with or endorsed by ServiceNow.

ServiceNow, the ServiceNow logo, Now, and other ServiceNow marks are trademarks and/or registered trademarks of ServiceNow, Inc., in the United States and/or other countries. Other company and product names may be trademarks of the respective companies with which they are associated.

© 2026 ServiceNow, Inc. All rights reserved.

Documentation content is redistributed under the Apache License 2.0 from the ServiceNowDocs repository.

OptionDescription
JWT

Option to use key pair authentication.

  1. Attach the private key using one of the following options:
  2. Upload the private key file by selecting Attach PEM file and selecting the file.
  3. Copy and paste the contents of the PEM file, ensuring the content begins with:
    
    
    
    </code></pre>
    <p>-----BEGIN PRIVATE KEY-----
    
        ```</p>
    </li>
    </ol>
    <p>and ends with:</p>
    <pre><code>
    

    -----END PRIVATE KEY----- ```

    1. Enter the connection user to connect to Snowflake.
    2. Enter the passphrase if the private key is secured with a password.
    3. Enter the role that determines your permissions within Snowflake.
OAuth

Option to use OAuth authentication.

Select the OAuth credential type that you want to use.

  • Client credentials

Select this option to enter OAuth credentials directly from your identity provider.

1.  Enter the client ID from your OAuth identity provider.
2.  Enter the client secret from your OAuth identity provider.
3.  Enter the token request URL from your OAuth identity provider.
4.  Enter the scope from your OAuth identity provider.
  • Access Token

Select this option if you created a record in the Application Registries [oauth_entity] table with a Snowflake or IdP service principal for authentication.

This option keeps credentials within the instance and uses the ServiceNow AI Platform OAuth framework for token lifecycle management. For details on creating an OAuth entity profile, see . When configuring the profile, select Client Credentials as the grant type. If your OAuth provider requires scopes, add them on the OAuth Entity Scopes tab. Consult your data source or identity provider documentation for the required scope values.

Select the OAuth entity profile for your Snowflake or IdP service principal.