Connect the Snowflake Data Share integration
Last updated: January 20, 2023
Applies to:
Operations Hub Enterprise |
HubSpot's integration with Snowflake allows you to access all your HubSpot data in Snowflake.
Using Snowflake Data Sharing, you can retrieve HubSpot data In Snowflake by running SQL queries. Learn more about querying HubSpot data in Snowflake.
Requirements
-
To use this feature, you must have an active Snowflake account. If you do not currently have an account, you can sign up for one on Snowflake's website. You will be responsible for all Snowflake costs incurred while accessing HubSpot’s Data Share. Please see Snowflake’s Terms of Service for more information and pricing details.
- HubSpot's integration with Snowflake Data Sharing is available to all Snowflake account regions, and will be regularly updated to support newly added regions.
- To check the region of your Snowflake account, run the following command in Snowflake:
SELECT CURRENT_REGION();
. The command will return your account region, such as AWS_US_EAST_1 . Learn more about this command in Snowflake’s documentation.
- To check the region of your Snowflake account, run the following command in Snowflake:
- To connect the integration, you must be a super admin or have App Marketplace permissions in your HubSpot account.
Set up the integration
- In your HubSpot account, click the Marketplace icon marketplace in the main navigation bar.
- Click App Marketplace.
- Use the search bar to locate and select the Snowflake integration.
- In the upper right, click Install app.
- Click the Snowflake account region dropdown menu, then select your Snowflake account region. Then, in the Snowflake account name field, enter your Snowflake account name.
- To find your account details, navigate to your Snowflake account, then run the following commands:
- To find your account name, run:
SELECT CURRENT_ACCOUNT();
- To find your account region, run:
SELECT CURRENT_REGION();
- To find your account name, run:
- To find your account details, navigate to your Snowflake account, then run the following commands:

- Click Install.
- In the dialog box, click Allow and install.
Create a database in Snowflake
Once connected, you can create a database in Snowflake for your HubSpot data:
- In Snowflake, navigate to Shares.
- Click the HubSpot share you just connected, then click Create Database From Secure Share.
- In the dialog box, configure the database details:
- In the Database name field, enter a name for the database.
- Click the Grant access to dropdown menu and select the roles that will be able to access the database.
- Click Create database.
- Click the Snowflake icon in the top left of your account to return to the main screen. Then click the Refresh icon to display your new database.
Next, learn how to set up your Snowflake environment and query your HubSpot data.
Supported regions
HubSpot customers hosting data in all major AWS regions can install the data share integration. In addition, the integration supports Snowflake data with Google Cloud Platform (GCP) and Microsoft Azure. The list of supported regions include:
- AWS US_East_1
- AWS EU-CENTRAL_1
- AWS US_WEST_2
- AWS AP_SOUTHEAST_2
- AWS EU_WEST_1
- AWS AP_SOUTHEAST_1
- AWS CA_CENTRAL_1
- AWS US_EAST_2
- AWS AP_NORTHEAST_1
- AWS AP_SOUTH_1
- AWS EU_WEST_2
- AWS AP_NORTHEAST_2
- AWS EU_NORTH_1
- AZURE EASTUS2
- AZURE WESTEUROPE
- AZURE AUSTRALIAEAST
- AZURE CANADACENTRAL
- AZURE SOUTHEASTASIA
- AZURE WESTUS2
- AZURE SWITZERLANDN
- AZURE CENTRALUS
- AZURE JAPANEAST
- AZURE NORTHEUROPE
- AZURE SOUTHCENTRALUS
- AZURE UAENORTH
- GCP US_CENTRAL1
- GCP EUROPE_WEST2
- GCP EUROPE_WEST4
- GCP EUROPE_WEST4
Thank you for your feedback, it means a lot to us.
Related content
-
Query HubSpot data in Snowflake
After connecting Snowflake to your HubSpot account, you can use Snowflake's Data Share to query HubSpot data...
Knowledge Base -
Create attribution reports
Use attribution reporting to see the interactions that your contacts have along their customer journey. You...
Knowledge Base -
Understand attribution reporting
When creating a contact create, deal create, or revenue attribution report, refer to the below guide for...
Knowledge Base