Snowflake → Google BigQuery
Move databases, schemas, tables, and rows, data types, precision, nulls, and time zones, views, materialized views, and sql dialect, primary keys, constraints, and data quality, users, roles, grants, row and column policy, pipelines, stages, external tables, and file formats, scheduled queries, tasks, procedures, and udfs, bi, dbt, notebooks, and downstream consumers from Snowflake to Google BigQuery with a reversible cutover, explicit exception ledger, and evidence-backed verification.
Should you make this move?
Both platforms have a case. Compare what you gain with what you give up before scheduling the cutover.
Snowflake
- Elastic compute, data sharing, governance, and cross-cloud availability support sophisticated analytical programs
- Managed analytical storage and compute support large-scale SQL, governance, and reporting
- Snowflake SQL, stages, tasks, security objects, and consumption economics create deep platform dependence
- SQL dialects, security models, pipelines, workload tuning, and historical evidence create deep lock-in
Google BigQuery
- Serverless scale, separation from infrastructure management, and Google Cloud integration simplify analytics operations
- Managed analytical storage and compute support large-scale SQL, governance, and reporting
- SQL behavior, slots, nested data, egress, and project-level governance need workload-aware design
- SQL dialects, security models, pipelines, workload tuning, and historical evidence create deep lock-in
Google BigQuery: Serverless scale, separation from infrastructure management, and Google Cloud integration simplify analytics operations. This removes a major source-side concern: Snowflake SQL, stages, tasks, security objects, and consumption economics create deep platform dependence.
What you lose: Elastic compute, data sharing, governance, and cross-cloud availability support sophisticated analytical programs. What you inherit: SQL behavior, slots, nested data, egress, and project-level governance need workload-aware design.
Jump to a section
Know the shape of the move.
This timeline assumes
- Up to 100 TB, 10,000 tables, 5,000 scheduled jobs, and 1,000 users
- Administrators control both Snowflake and Google BigQuery, including billing, identity, APIs, integrations, and export permissions.
- Snowflake remains intact and recoverable until Google BigQuery completes one representative operating cycle.
- A production-shaped pilot includes every object type, access class, edge case, and failure path.
- The migration team preserves stable source identifiers and records durable evidence for every blocking check.
What survives the move.
“Partial” and “manual” are not footnotes. They are work that must be scheduled and verified.
| Item | Outcome | Impact | What happens | Mitigation |
|---|---|---|---|---|
| Databases, schemas, tables, and rows | partial | critical | Namespace depth, table kinds, partitioning, clustering, and load formats require transformation. A successful bulk job therefore does not prove semantic parity between Snowflake and Google BigQuery. | Map databases, schemas, tables, and rows explicitly, pilot every feature class, and reconcile accepted, changed, rejected, and excluded items. |
| Data types, precision, nulls, and time zones | partial | critical | Numeric precision, semi-structured types, timestamps, geography, arrays, and null semantics differ. A successful bulk job therefore does not prove semantic parity between Snowflake and Google BigQuery. | Map data types, precision, nulls, and time zones explicitly, pilot every feature class, and reconcile accepted, changed, rejected, and excluded items. |
| Views, materialized views, and SQL dialect | manual | critical | Functions, quoting, DDL, procedural SQL, optimizer hints, and materialization behavior require conversion. A successful bulk job therefore does not prove semantic parity between Snowflake and Google BigQuery. | Inventory and rebuild views, materialized views, and sql dialect, then test normal, edge, failure, and rollback behavior. |
| Primary keys, constraints, and data quality | manual | critical | Constraint enforcement and informational metadata vary and cannot be assumed after loading. A successful bulk job therefore does not prove semantic parity between Snowflake and Google BigQuery. | Inventory and rebuild primary keys, constraints, and data quality, then test normal, edge, failure, and rollback behavior. |
| Users, roles, grants, row and column policy | manual | critical | Identity, role hierarchy, ownership, masking, row access, and authorized views need redesign. A successful bulk job therefore does not prove semantic parity between Snowflake and Google BigQuery. | Inventory and rebuild users, roles, grants, row and column policy, then test normal, edge, failure, and rollback behavior. |
| Pipelines, stages, external tables, and file formats | manual | critical | Cloud storage integration, credentials, copy commands, stages, and external metadata are platform-specific. A successful bulk job therefore does not prove semantic parity between Snowflake and Google BigQuery. | Inventory and rebuild pipelines, stages, external tables, and file formats, then test normal, edge, failure, and rollback behavior. |
| Scheduled queries, tasks, procedures, and UDFs | manual | critical | Schedulers, runtimes, languages, packages, and execution identity do not transfer. A successful bulk job therefore does not prove semantic parity between Snowflake and Google BigQuery. | Inventory and rebuild scheduled queries, tasks, procedures, and udfs, then test normal, edge, failure, and rollback behavior. |
| BI, dbt, notebooks, and downstream consumers | manual | high | Connection strings, database names, SQL behavior, drivers, and cached extracts must be updated. A successful bulk job therefore does not prove semantic parity between Snowflake and Google BigQuery. | Inventory and rebuild bi, dbt, notebooks, and downstream consumers, then test normal, edge, failure, and rollback behavior. |
| Query history, lineage, and audit evidence | lost | high | Historical query plans, result caches, lineage, access history, and workload evidence remain source-native. A successful bulk job therefore does not prove semantic parity between Snowflake and Google BigQuery. | Archive query history, lineage, and audit evidence as dated source evidence and define the new destination baseline. |
| Performance, concurrency, capacity, and cost | manual | critical | Warehouse sizing, slots, distribution, queues, caching, and billing models require new baselines. A successful bulk job therefore does not prove semantic parity between Snowflake and Google BigQuery. | Inventory and rebuild performance, concurrency, capacity, and cost, then test normal, edge, failure, and rollback behavior. |
Where each thing goes.
| Source | Destination | Method | Notes |
|---|---|---|---|
| Snowflake: Databases, schemas, tables, and rows | Google BigQuery: approved databases, schemas, tables, and rows representation | transform | Preserve source IDs, ownership, timestamps, access intent, and an explicit exception status for databases, schemas, tables, and rows. |
| Snowflake: Data types, precision, nulls, and time zones | Google BigQuery: approved data types, precision, nulls, and time zones representation | transform | Preserve source IDs, ownership, timestamps, access intent, and an explicit exception status for data types, precision, nulls, and time zones. |
| Snowflake: Views, materialized views, and SQL dialect | Google BigQuery: approved views, materialized views, and sql dialect representation | manual | Preserve source IDs, ownership, timestamps, access intent, and an explicit exception status for views, materialized views, and sql dialect. |
| Snowflake: Primary keys, constraints, and data quality | Google BigQuery: approved primary keys, constraints, and data quality representation | manual | Preserve source IDs, ownership, timestamps, access intent, and an explicit exception status for primary keys, constraints, and data quality. |
| Snowflake: Users, roles, grants, row and column policy | Google BigQuery: approved users, roles, grants, row and column policy representation | manual | Preserve source IDs, ownership, timestamps, access intent, and an explicit exception status for users, roles, grants, row and column policy. |
| Snowflake: Pipelines, stages, external tables, and file formats | Google BigQuery: approved pipelines, stages, external tables, and file formats representation | manual | Preserve source IDs, ownership, timestamps, access intent, and an explicit exception status for pipelines, stages, external tables, and file formats. |
| Snowflake: Scheduled queries, tasks, procedures, and UDFs | Google BigQuery: approved scheduled queries, tasks, procedures, and udfs representation | manual | Preserve source IDs, ownership, timestamps, access intent, and an explicit exception status for scheduled queries, tasks, procedures, and udfs. |
| Snowflake: BI, dbt, notebooks, and downstream consumers | Google BigQuery: approved bi, dbt, notebooks, and downstream consumers representation | manual | Preserve source IDs, ownership, timestamps, access intent, and an explicit exception status for bi, dbt, notebooks, and downstream consumers. |
| Snowflake: Query history, lineage, and audit evidence | No destination | unsupported | Retain immutable source evidence; do not manufacture destination-native history. |
Make the move recoverable.
Create the source-of-truth backup
Preserve Snowflake data, configuration, access, and operating evidence before any destination write.
- Export every available Snowflake object and binary in scope, including databases, schemas, tables, and rows, data types, precision, nulls, and time zones, views, materialized views, and sql dialect, primary keys, constraints, and data quality.
- Capture configuration and runtime dependencies for users, roles, grants, row and column policy, pipelines, stages, external tables, and file formats, scheduled queries, tasks, procedures, and udfs, bi, dbt, notebooks, and downstream consumers.
- Record counts, sizes, owners, timestamps, access classes, financial totals where applicable, and known exceptions.
- Hash immutable exports, record tool versions and commands, and transform working copies only.
Proof to capture: A signed manifest accounts for every scoped record class, configuration object, binary, count, total, exception, and hash.
Identity, schema, and disposition registry
Preserve stable identity and make every mapping or exclusion reviewable.
- Inventory source types, identifiers, owners, states, and access.
- Define one approved destination representation or explicit archive decision.
- Reject unmapped critical items and produce an exception ledger.
Proof to capture: Save the input, output, command or tool settings, warnings, and final item counts.
Dependency-ordered migration package
Load prerequisite identities and configuration before dependent records and runtime actions.
- Normalize encoding, timestamps, identifiers, nulls, and destination limits.
- Run a representative pilot and retain request, response, and rejection evidence.
- Reconcile the final delta before enabling destination production writers.
Proof to capture: Save the input, output, command or tool settings, warnings, and final item counts.
The things most likely to hurt.
These are operating limits. Treat every “Stop if” condition as a blocked migration, not a suggestion.
A completed migration hides missing or altered databases, schemas, tables, and rows
Headline counts look plausible while semantic, access, or relationship checks fail.
- Consequence
- The destination becomes authoritative with incomplete or misleading business data.
- Mitigation
- Reconcile by type, state, owner, access class, and representative record rather than total count alone.
Stop if: Any critical item lacks a verified destination, approved transformation, explicit exclusion, or recoverable archive.
Snowflake and Google BigQuery both perform production actions
Users, schedules, webhooks, integrations, or traffic continue changing both systems.
- Consequence
- State diverges or customers receive duplicate, contradictory, or unsafe actions.
- Mitigation
- Freeze source writers and transfer one production owner at a time with an approved rollback.
Stop if: An unapproved source writer or destination duplicate action appears after the freeze.
Destination access or security is broader than approved
A representative restricted user can read, change, export, or trigger an unauthorized item.
- Consequence
- Confidential, regulated, financial, or security-sensitive data is exposed or changed.
- Mitigation
- Apply least privilege before bulk loading and test every access class using ordinary identities.
Stop if: Any unauthorized read, write, export, administrative action, or secret access succeeds.
Do the work in this order.
- Days 1–4 · inventory
Inventory and decisions
8–16 hours active2–4 days elapsedOwner, legal, security, and finance review waiting- Inventory Snowflake data, configuration, identities, integrations, limits, and billing.
- Approve scope, owners, mappings, exclusions, acceptance thresholds, and rollback authority.
Depends on: Snowflake and Google BigQuery administrator access
Stop / go checkpointExport?
Go when: Every critical item and production action has an owner and disposition.
Stop when: Authority, retention, billing, access, or system ownership is unclear.
- Days 3–8 · backup
Backup and reconcile
8–20 hours active2–5 days elapsedProvider export processing waiting- Create immutable data, configuration, binary, and audit exports.
- Reconcile source counts, totals, sizes, access classes, and hashes.
Depends on: Approved inventory and retention location
Stop / go checkpointTransform?
Go when: The signed source manifest and exports agree.
Stop when: Any critical dataset, binary, configuration, or recovery path is absent.
- Days 6–20 · pilot
Map, transform, and pilot
25–70 hours active5–12 days elapsedDestination processing and owner review waiting- Configure Google BigQuery and transform a production-shaped pilot.
- Test normal records, every feature class, edge cases, permissions, failures, and rollback.
Depends on: Verified source backup and approved mapping registry
Stop / go checkpointScale?
Go when: Every pilot mapping and blocking verification check passes.
Stop when: Any critical invariant, access boundary, or production action lacks a safe destination.
- Days 18–35 · cutover
Bulk load, final delta, and switch
20–55 hours active2–8 days elapsedImports, propagation, indexing, or synchronization waiting- Freeze production writes and automated actions in Snowflake.
- Apply and reconcile the final delta, switch ownership to Google BigQuery, and run all blocking checks.
Depends on: Passed pilot, stakeholder go decision, and rehearsed rollback
Stop / go checkpointOpen production?
Go when: Google BigQuery is the sole production owner and every critical exception is resolved.
Stop when: A source writer remains active, a blocking check fails, or rollback is unavailable.
- Days 25–45 · observe
Observe and close
9–19 hours active7–14 days elapsedRepresentative operating-cycle evidence waiting- Monitor correctness, access, failures, latency, delivery, cost, and user outcomes.
- Sign the verification report and close rollback only after stable evidence.
Depends on: Verified cutover
Stop / go checkpointClose rollback?
Go when: No trigger occurs during the approved observation period.
Stop when: Data, access, delivery, routing, cost, or business results regress.
Cut over with a way back.
Cutover
Make Google BigQuery the only production system without losing the final Snowflake delta.
- Freeze user, integration, schedule, and API writes in Snowflake.
- Capture and reconcile the final source delta against the last verified checkpoint.
- Apply the approved delta and configuration changes to Google BigQuery.
- Switch traffic, domains, integrations, credentials, automation, and user entry points in dependency order.
- Run every blocking verification check and keep the source intact.
Proof to capture: Google BigQuery alone owns production, totals reconcile, exceptions are signed, and every blocking check has durable evidence.
Rollback
Return production ownership to Snowflake without losing destination-era changes.
- Stop new user, integration, schedule, and API writes in Google BigQuery.
- Restore prior Snowflake traffic, domains, credentials, automation, and integration ownership.
- Export and classify the Google BigQuery post-cutover delta.
- Apply safe destination-era changes back to Snowflake without duplicating actions.
- Run the same blocking checks against the restored source.
Proof to capture: Snowflake again owns production with current data and no duplicate destination action.
- Unexplained critical count, value, relationship, or checksum variance
- Missing, corrupted, or exposed critical data
- Duplicate production action or unresolved split-brain state
- Failed access, security, delivery, routing, performance, or integration check
- A critical feature has no safe destination replacement or rollback path
Prove the migration worked.
Every blocking check must pass. Capture the evidence before cleanup begins.
| Pass | ID | Check | Method | Expected result | Evidence |
|---|---|---|---|---|---|
V-01Blocking | Databases, schemas, tables, and rows reconciliation | Compare source inventory, transformed output, destination results, and a stratified sample for databases, schemas, tables, and rows. | Every in-scope item is present, intentionally transformed, explicitly excluded, or retained in the signed source archive. | Databases, schemas, tables, and rows ledger with counts, exceptions, sample IDs, and owner sign-off. | |
V-02Blocking | Data types, precision, nulls, and time zones reconciliation | Compare source inventory, transformed output, destination results, and a stratified sample for data types, precision, nulls, and time zones. | Every in-scope item is present, intentionally transformed, explicitly excluded, or retained in the signed source archive. | Data types, precision, nulls, and time zones ledger with counts, exceptions, sample IDs, and owner sign-off. | |
V-03Blocking | Views, materialized views, and SQL dialect reconciliation | Compare source inventory, transformed output, destination results, and a stratified sample for views, materialized views, and sql dialect. | Every in-scope item is present, intentionally transformed, explicitly excluded, or retained in the signed source archive. | Views, materialized views, and SQL dialect ledger with counts, exceptions, sample IDs, and owner sign-off. | |
V-04Blocking | Primary keys, constraints, and data quality reconciliation | Compare source inventory, transformed output, destination results, and a stratified sample for primary keys, constraints, and data quality. | Every in-scope item is present, intentionally transformed, explicitly excluded, or retained in the signed source archive. | Primary keys, constraints, and data quality ledger with counts, exceptions, sample IDs, and owner sign-off. | |
V-05Blocking | Users, roles, grants, row and column policy reconciliation | Compare source inventory, transformed output, destination results, and a stratified sample for users, roles, grants, row and column policy. | Every in-scope item is present, intentionally transformed, explicitly excluded, or retained in the signed source archive. | Users, roles, grants, row and column policy ledger with counts, exceptions, sample IDs, and owner sign-off. | |
V-06Blocking | Pipelines, stages, external tables, and file formats reconciliation | Compare source inventory, transformed output, destination results, and a stratified sample for pipelines, stages, external tables, and file formats. | Every in-scope item is present, intentionally transformed, explicitly excluded, or retained in the signed source archive. | Pipelines, stages, external tables, and file formats ledger with counts, exceptions, sample IDs, and owner sign-off. | |
V-07Blocking | Scheduled queries, tasks, procedures, and UDFs reconciliation | Compare source inventory, transformed output, destination results, and a stratified sample for scheduled queries, tasks, procedures, and udfs. | Every in-scope item is present, intentionally transformed, explicitly excluded, or retained in the signed source archive. | Scheduled queries, tasks, procedures, and UDFs ledger with counts, exceptions, sample IDs, and owner sign-off. | |
V-08 | BI, dbt, notebooks, and downstream consumers reconciliation | Compare source inventory, transformed output, destination results, and a stratified sample for bi, dbt, notebooks, and downstream consumers. | Every in-scope item is present, intentionally transformed, explicitly excluded, or retained in the signed source archive. | BI, dbt, notebooks, and downstream consumers ledger with counts, exceptions, sample IDs, and owner sign-off. |
Remove the scaffolding safely.
Safe after: One complete operating cycle, at least seven stable days, and owner sign-off on every blocking check and exception.
- Create final Snowflake exports and archive verification, access, financial, and rollback evidence.
- Revoke temporary credentials, API keys, webhooks, elevated roles, and migration network access.
- Remove obsolete jobs, embeds, domains, integrations, collectors, routes, and DNS records.
- Keep the source intact and read-only through the approved legal and operational retention window.
- Cancel paid plans only after billing, legal, security, evidence, and recovery review.
- Schedule the next Google BigQuery backup, restore test, access review, and migration-playbook review.
Verify against the primary material.
Platform behavior changes. Check these sources and the review dates above before executing a production migration.
- Snowflake: official portability and migration documentationAccessed 2026-07-20
- Google BigQuery: official portability and migration documentationAccessed 2026-07-20