BigQuery to Snowflake migration without hand-written export jobs
The BigQuery to Snowflake migration path from Adapters copies tables, casts BigQuery types to their Snowflake 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 export. Field mapping takes about a minute and no code is required.
No credit card required.
Field mapping auto-plugged · tap a port to rewire
Plug a source port into
Transform on this cable
JSON in
JSON out
5 sample records ready
Last updated August 2026
What running BigQuery to Snowflake by hand costs you
- A one-shot export to cloud storage and COPY into Snowflake freezes reporting during the cutover, and any table that changes mid-migration has to be redone by hand.
- BigQuery and Snowflake disagree on types: BigNumeric precision, nested and repeated RECORD fields, and the case-insensitive versus quoted-identifier rules all need deliberate handling or numbers, structs, and column names land wrong.
- Dashboards and dbt 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 / BIGQUERY
Output / SNOWFLAKE
Transforms included
BigQuery NUMERIC casts to Snowflake NUMBER(38,9) and BIGNUMERIC to NUMBER at its declared precision, STRUCT and ARRAY RECORD columns land as VARIANT so nested payloads survive the trip, TIMESTAMP stays UTC so no hour shifts on the way across, and STRING maps to VARCHAR. Incremental runs use an updated-at watermark per table, target tables cluster on 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 BigQuery and Snowflake 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.
Prefer to understand the moving parts first? Our long-form guide to the BigQuery to Snowflake migration guide covers the field-by-field detail, the failure cases, and what changes at volume.
BigQuery to Snowflake sync: common questions
How do I move data from BigQuery to Snowflake?
Export or read the BigQuery tables, land them in cloud storage as Parquet, and load into Snowflake with COPY, or use a connector that does both steps and keeps them incremental. Run the two warehouses in parallel while you port queries, and compare row counts and column sums per table before you cut anything over.
What are the biggest BigQuery to Snowflake migration challenges?
SQL dialect, nested data and cost model. BigQuery's STRUCT and ARRAY columns have to become VARIANT, OBJECT or ARRAY in Snowflake, and any query using UNNEST needs rewriting against LATERAL FLATTEN. The cost model also inverts: you stop optimizing for bytes scanned and start optimizing for warehouse size and idle time.
How do BigQuery types map to Snowflake?
STRING becomes VARCHAR, INT64 becomes NUMBER(38,0), FLOAT64 becomes FLOAT, NUMERIC and BIGNUMERIC become NUMBER with explicit precision, BYTES becomes BINARY, and BOOL becomes BOOLEAN. For time, BigQuery TIMESTAMP is an absolute instant in UTC so it maps to TIMESTAMP_TZ or a UTC TIMESTAMP_NTZ, while DATETIME carries no zone and maps to TIMESTAMP_NTZ. STRUCT, ARRAY and JSON all land as VARIANT.
Do you need to change SQL when migrating from BigQuery to Snowflake?
Yes, though less than people fear for plain analytical queries. The rewrites cluster in three places: nested data access, date and time functions, and anything using BigQuery-specific syntax such as EXCEPT in a SELECT or table wildcards. Budget the effort by counting distinct query patterns, not total queries.
How does the BigQuery to Snowflake sync work?
The BigQuery to Snowflake migration path from Adapters copies tables, casts BigQuery types to their Snowflake 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 export. Field mapping takes about a minute and no code is required.
Is there a prebuilt BigQuery connector for Snowflake?
Yes. This BigQuery to Snowflake connector ships prebuilt: the field mapping is wired the moment you pick the pair, transforms are included, and the first sync can run within minutes. No code or engineering sprint required.
How much does the BigQuery Snowflake 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 BigQuery to Snowflake?
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 BigQuery and Snowflake?
No. Fields are auto-mapped the moment you pick the pair, and you can rewire any mapping visually before the first sync. BigQuery NUMERIC casts to Snowflake NUMBER(38,9) and BIGNUMERIC to NUMBER at its declared precision, STRUCT and ARRAY RECORD columns land as VARIANT so nested payloads survive the trip, TIMESTAMP stays UTC so no hour shifts on the way across, and STRING maps to VARCHAR. Incremental runs use an updated-at watermark per table, target tables cluster on 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
Browse the full api connector library, or request a pair you do not see.
BigQuery and Snowflake, finally in agreement
Map the pair once and let it sync on schedule. Flat price from $49 a month, no per-task fees.
No credit card required.