Snowflake
Connect to your users' Snowflake accounts
Setup Guide
You can find your Snowflake app credentials in your Snowflake Developer Account.
You'll need the following information to set up your Snowflake App with Paragon Connect:
Snowflake subdomain
Snowflake Private Key
Snowflake Passphrase
Snowflake Username
This is an API-only integration - workflow actions for this integration are still in development. You can still connect user accounts, build workflows, and access the API for this integration.
Connecting to Snowflake
Once your users have connected their Snowflake account, you can use the Paragon SDK to access the Snowflake API on behalf of connected users.
See the Snowflake REST API documentation for their full API reference.
Any Snowflake API endpoints can be accessed with the Paragon SDK as shown in this example.
Building Snowflake workflows
Once your Snowflake account is connected, you use the Snowflake Request step to access any of Snowflake's API endpoints without the authentication piece.
When creating or updating records in Snowflake, you can reference data from previous steps by typing {{
to invoke the variable menu.
Last updated