Snowflake’s Data Cloud provides data storage, processing, and analytics solutions that scale impressively.
Our Snowflake Connectors will allow you to push and pull data from a Snowflake database or data lake. So if you’re using the Snowflake platform, you’ll soon enjoy smoother data transfer to and from Appenate.
Adding
The Data Hub area of the platform is where you can add connections for connectors. Navigate the side menu to Data Hub > Connections.

On the Connections page:
- Click the ADD CONNECTION button in the top-right-hand corner to bring up a list of connections.
- Click on the Snowflake option.
Configuring
Use the Snowflake SQL commands below as templates to set up an Integration with your Snowflake Database. These can be copied to your Snowflake platform and updated as needed before being run.

Create an integration by running the Snowflake integration commands within Snowflake. Copy the command by clicking on the COPY SQL button.

Once the integration has been created, use the Authentication commands to generate the required codes for your connection authentication.
You need to configure your Account Identifier, Client ID, Client Secret, and Callback URL.
Your account identifier can be obtained by looking at the browser URL in Snowflake, as seen in the screenshot below. Here, xxxxxx.west-europe.azure is an example of your account identifier, where xxxxxx is the identifier and west-europe.azure refers to the location where your Snowflake account is hosted.

You can copy authentication commands by clicking the COPY SQL button and running the copied command within Snowflake. Once the command has run, it will give you the Client ID and Client Secret.

Once you have run the Authentication Command, you’ll find the Client ID and Client Secret in the response. You’ll then be able to configure the Client ID, the Client Secret, and the Callback URL
Next, click on the SAVE button at the top right of the page. Once the page has refreshed, you’ll need to click on the Authorize button and sign in to the Snowflake account with a SYSADMIN user. Your connection will then be verified automatically—you’ll see a message indicating that you are now connected on the right-hand side.