Skip to content
adapters.io

Snowflake to BigQuery migration without hand-written unload scripts

The Snowflake to BigQuery migration path from Adapters copies tables, casts Snowflake types to their BigQuery equivalents, and loads on an incremental schedule, so you can run both warehouses in parallel during a cutover instead of freezing reporting for a big-bang unload. Field mapping takes about a minute and no code is required.

Field mapping auto-plugged · tap a port to rewire

5 sample records ready

Last updated July 2026

What running Snowflake to BigQuery by hand costs you

  • A one-shot unload to cloud storage and reload into BigQuery freezes reporting during the cutover, and any table that changes mid-migration has to be redone by hand.
  • Snowflake and BigQuery disagree on types: VARIANT, TIMESTAMP_NTZ versus TIMESTAMP_TZ, and NUMBER precision all need deliberate casting or numbers and dates land subtly wrong.
  • Dashboards and models have to be validated against both warehouses before you switch, which means keeping the two in agreement for weeks, not copying once.

The field mapping, out of the box

These cables are pre-wired when you pick the pair. Rewire any of them, or add your own, in the same visual data mapping tool you use for every adapter.

Input / SNOWFLAKE

SNOWFLAKE.ORDERS.ORDER_ID
orders.order_id
SNOWFLAKE.ORDERS.TOTAL_AMOUNT
orders.total_amount
SNOWFLAKE.ORDERS.CREATED_AT
orders.created_at
SNOWFLAKE.ORDERS.PAYLOAD
orders.payload
SNOWFLAKE.CUSTOMERS.EMAIL
customers.email
SNOWFLAKE.ORDERS.UPDATED_AT
orders.loaded_at

Transforms included

Snowflake NUMBER casts to BigQuery NUMERIC or BIGNUMERIC by declared precision and scale, VARIANT and OBJECT columns land as JSON, TIMESTAMP_NTZ is stamped to UTC as TIMESTAMP so no hour shifts on the way across, and VARCHAR maps to STRING. Incremental runs use an updated-at watermark per table, target tables partition by the load date, and writes MERGE on the primary key so you can re-run a window during parallel validation without duplicating a single row.

How it goes live

Three steps, minutes end to end, covered by flat data integration pricing from $49 a month.

STEP 01

Pick the pair

Connect Snowflake and BigQuery with scoped credentials. About a minute each.

STEP 02

Confirm the mapping

The cables above are pre-wired. Adjust any field, preview the transform on sample records, done.

STEP 03

Schedule the sync

Hourly down to every minute, with retries, alerting, and a full log on every run.

Try it in the live demo Preloads SNOWFLAKE → BIGQUERY with sample records

Snowflake to BigQuery sync: common questions

How does the Snowflake to BigQuery sync work?

The Snowflake to BigQuery migration path from Adapters copies tables, casts Snowflake types to their BigQuery equivalents, and loads on an incremental schedule, so you can run both warehouses in parallel during a cutover instead of freezing reporting for a big-bang unload. Field mapping takes about a minute and no code is required.

How much does the Snowflake BigQuery integration cost?

Pricing is flat and monthly: Starter at $49, Growth at $149, Scale at $399. Every plan includes this pair, visual field mapping, and per-record logs. There are no per-task or per-row fees, so the bill stays the same as volume grows.

How often can Adapters sync Snowflake to BigQuery?

Hourly on Starter, every 5 minutes on Growth, and down to every minute on Scale. Failed records retry automatically with backoff, and alerting plus a full per-record log come standard on every run.

Do I need to write code to connect Snowflake and BigQuery?

No. Fields are auto-mapped the moment you pick the pair, and you can rewire any mapping visually before the first sync. Snowflake NUMBER casts to BigQuery NUMERIC or BIGNUMERIC by declared precision and scale, VARIANT and OBJECT columns land as JSON, TIMESTAMP_NTZ is stamped to UTC as TIMESTAMP so no hour shifts on the way across, and VARCHAR maps to STRING. Incremental runs use an updated-at watermark per table, target tables partition by the load date, and writes MERGE on the primary key so you can re-run a window during parallel validation without duplicating a single row.

More pairs from the API connector library

stripe quickbooks integration shopify netsuite integration salesforce hubspot integration airtable google sheets sync postgres to snowflake sync shopify quickbooks integration salesforce netsuite integration paypal quickbooks integration square quickbooks integration stripe netsuite integration hubspot quickbooks integration quickbooks to xero migration shopify xero integration salesforce to snowflake integration square netsuite integration hubspot xero integration salesforce to bigquery integration postgres to bigquery netsuite to snowflake integration quickbooks to bigquery integration stripe to snowflake integration shopify to snowflake integration quickbooks to snowflake integration hubspot to snowflake integration netsuite to bigquery integration stripe to bigquery integration shopify to bigquery integration paypal to snowflake integration square to snowflake integration square to bigquery integration netsuite to postgres integration salesforce to postgres integration xero to snowflake integration hubspot to bigquery integration xero to bigquery integration paypal to bigquery integration stripe to postgres integration shopify to postgres integration hubspot to postgres integration bigquery to snowflake migration quickbooks to postgres integration xero to postgres integration square to postgres integration paypal to postgres integration snowflake to postgres

Browse the full api connector library, or request a pair you do not see.

Snowflake and BigQuery, finally in agreement

Map the pair once and let it sync on schedule. Flat price from $49 a month, no per-task fees.

Try the live demo

No credit card required.