Skip to main content
Snowflake is a cloud-native data platform that provides fast, scalable data warehousing and analytics. Cargo’s native integration with Snowflake allows you to use it as your system of record—powering data models, plays, and automated workflows.
To use Snowflake as your system of record, follow the full setup guide: Set up Cargo on Snowflake. It covers the required roles, RSA key authentication, IP allowlist, and the SOR settings form.

How to set up Snowflake

Connecting your own Snowflake

To connect your existing Snowflake instance, you’ll need:
  • An active Snowflake account
  • A dedicated database, warehouse, and user for Cargo
  • Proper role permissions configured

Connection details

To set up the connection, provide the following details when creating the connector:

Authentication methods

Cargo supports two authentication methods for Snowflake:
  1. Password authentication – Use a username and password to connect
  2. RSA key pair authentication – Use a public/private key pair for enhanced security
To use RSA key pair authentication, provide your private key instead of a password when configuring the connection. This method is recommended for production environments as it provides stronger security.

Snowflake actions

Once connected, you can use Snowflake in your workflows with the following actions:

Insert

Insert new records into a Snowflake table. Configuration Use cases
  • Lead capture – Insert new leads from form submissions or enrichment workflows
  • Event logging – Record workflow events and outcomes
  • Data aggregation – Store computed results for reporting

Update

Update existing records in a Snowflake table based on a matching column. Configuration Use cases
  • Data enrichment – Update records with enriched data from external sources
  • Status updates – Mark records as processed or update stages
  • Sync external changes – Keep Snowflake in sync with CRM or other systems

Upsert

Create new records or update existing ones based on a matching column. Configuration Use cases
  • Data sync – Keep your warehouse updated regardless of whether records exist
  • Idempotent operations – Safely retry operations without creating duplicates
  • Master data management – Maintain a single source of truth

Delete

Delete records from a Snowflake table based on a matching column. Configuration Use cases
  • Data cleanup – Remove outdated or invalid records
  • GDPR compliance – Delete personal data on request
  • Workflow automation – Remove processed records from staging tables

Snowflake data models

Cargo allows you to create data models on top of your Snowflake data that can be used to trigger Plays and power workflows.

Creating Snowflake data models

To create a Snowflake data model:
  1. Navigate to Data Models in Cargo
  2. Click Create data model
  3. Select Snowflake as the source
  4. Configure the following fields:

Using Snowflake data models

Once created, your Snowflake data model can be used to:
  • Trigger Plays – Start automated workflows when data changes
  • Power enrichment – Use Snowflake data to enrich records in workflows
  • Create segments – Filter and target specific records from your data

Network configuration

If you’re using Snowflake’s Allowed IPs network policy, add these Cargo IP addresses to your whitelist:
  • 3.251.34.134
  • 54.220.135.99
  • 79.125.105.52

Security

  • All Snowflake connections are encrypted using SSL/TLS
  • Credentials are securely stored and encrypted at rest
  • Cargo supports RSA key-pair authentication for enhanced security
  • Cargo never overwrites existing tables—it always creates its own