Note
Gong Snowflake Data Integration is currently in beta version. Contact your CSM if you want to try it out.
Your Gong data contains a rich set of analytical data which you may want to utilise for your own analytics and reporting. The data is available to you in a Snowflake database which you can connect to using Snowflake Secure Sharing. Once connected, you can make the data available to employees who don't use Gong, and allow integrative analysis with other systems such as Salesforce. You must have a Snowflake data warehouse in order to access the Gong Snowflake database.
We need your Snowflake account details to make the Gong database available:
-
Organization name
-
Account locator
-
Account name
-
Region such as us-east-1
-
Cloud provider such as AWS
-
Snowflake edition, such as standard, enterprise, business, critical
Run the following commands once we have confirmed you can access the Gong database:
use role accountadmin; show shares like '%GONG%'; /* take the value from the "name" column and replace with share_name */ create database GONG from share share_name; /* replace role_name with you actual role(s) */ grant imported privileges on database GONG to role role_name;