---
title: "How to configure a Snowflake destination"
slug: "how-to-configure-a-snowflake-destination"
description: "Configure your Snowflake data warehouse in Supermetrics Hub with essential details like hostname, database, and authentication methods for seamless integration."
updated: 2026-03-24T07:45:13Z
published: 2026-03-24T07:45:13Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.supermetrics.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to configure a Snowflake destination

When you create a Snowflake data warehouse destination in the Supermetrics Hub, the configuration requires details that can be obtained from your Snowflake instance and user account.

## Before you begin

Before you create a Snowflake destination, please make sure all prerequisites are met. Learn more about the [prerequisites for creating a Snowflake destination](/v1/docs/about-snowflake-prerequisites).

> [!NOTE]
> About permissions
> 
> You may need specific permissions to access the details needed in the configuration. If you're unable to access some information, please contact your Snowflake admin.

In addition to username and password, you can use key pair authentication with Snowflake. [Learn more about key pair authentication](/v1/docs/how-to-use-key-pair-authentication-with-snowflake).

## Snowflake configuration

The configuration stage of [creating a new destination](/v1/docs/how-to-connect-to-a-data-warehouse-destination) in the Supermetrics Hub includes the following fields.

1. **Display name** will be used as the name of this destination within the Supermetrics Hub, to distinguish it from other destinations.
2. **Hostname**refers to the name of the Snowflake instance you want to use as a destination. You can obtain the hostname from the URL you use to access your Snowflake instance.For example, if the full URL is `https://supermetrics.eu-west-1.snowflakecomputing.com/console#/internal/worksheet, `the hostname is `supermetrics.eu-west-1.snowflakecomputing.com.`
3. **Warehouse** refers to the name of the destination warehouse. See Snowflake documentation to [learn more about warehouses](https://docs.snowflake.com/en/user-guide/warehouses-overview).
4. **Database name** refers to the name of the destination database. See Snowflake documentation to [learn more about databases](https://docs.snowflake.com/en/user-guide/databases).
5. **Database schema**refers to the name of the destination database schema.The details of your warehouse, database, and schema can be easily obtained from the Snowflake web interface. See Snowflake documentation for a [tour of the web interface](https://docs.snowflake.com/en/user-guide/ui-snowsight-quick-tour).
6. **Authentication method** refers to the authentication method to the database. You can use username and password authentication, or key pair authentication. [Learn more about key pair authentication](/v1/docs/how-to-use-key-pair-authentication-with-snowflake). Depending on the authentication method, the fields are:
  - For username and password: **Username** and **Password** of your Snowflake user account
  - For key pair: **Username**, **Private key**, and optional **Passphrase** for your Snowflake database

## More resources

- [About Snowflake prerequisites](/v1/docs/about-snowflake-prerequisites)
- [How to create a destination](/v1/docs/how-to-connect-to-a-data-warehouse-destination)
- [How to create a transfer](/v1/docs/how-to-create-a-transfer)
