How to load data from Merge to BigQuery
Learn how to use Airbyte to synchronize your Merge data into BigQuery within minutes.



Building your pipeline or Using Airbyte
Airbyte is the only open source solution empowering data teams to meet all their growing custom business demands in the new AI era.
- Inconsistent and inaccurate data
- Laborious and expensive
- Brittle and inflexible
- Reliable and accurate
- Extensible and scalable for all your needs
- Deployed and governed your way
Start syncing with Airbyte in 3 easy steps within 10 minutes



Take a virtual tour
Demo video of Airbyte Cloud
Demo video of AI Connector Builder
Setup Complexities simplified!
Simple & Easy to use Interface
Airbyte is built to get out of your way. Our clean, modern interface walks you through setup, so you can go from zero to sync in minutes—without deep technical expertise.
Guided Tour: Assisting you in building connections
Whether you’re setting up your first connection or managing complex syncs, Airbyte’s UI and documentation help you move with confidence. No guesswork. Just clarity.
Airbyte AI Assistant that will act as your sidekick in building your data pipelines in Minutes
Airbyte’s built-in assistant helps you choose sources, set destinations, and configure syncs quickly. It’s like having a data engineer on call—without the overhead.
What sets Airbyte Apart
Modern GenAI Workflows
Move Large Volumes, Fast
An Extensible Open-Source Standard
Full Control & Security
Fully Featured & Integrated
Enterprise Support with SLAs
What our users say

Raman Singh
Predictable, straightforward pricing model that simplified budgeting and significantly reduced overall spend

Chase Zieman

“Airbyte helped us accelerate our progress by years, compared to our competitors. We don’t need to worry about connectors and focus on creating value for our users instead of building infrastructure. That’s priceless. The time and energy saved allows us to disrupt and grow faster.”

Rupak Patel
"With Airbyte, we could just push a few buttons, allow API access, and bring all the data into Google BigQuery. By blending all the different marketing data sources, we can gain valuable insights."
How to Sync to Manually
Begin by exporting the data from your Merge environment. Access your Merge dashboard and locate the data you wish to export. Utilize the built-in export functionality to download the data in a format compatible with BigQuery, such as CSV, JSON, or Avro.
Once you have exported the data, review and clean it if necessary. Ensure that the data is in a consistent format, with correct data types and no missing fields. This step is crucial for ensuring seamless import into BigQuery.
Log into your Google Cloud Platform (GCP) account and create a new Google Cloud Storage bucket. This bucket will be used to store your exported data temporarily. Name your bucket appropriately and configure it for your desired region and access permissions.
Upload the cleaned data files to your newly created Google Cloud Storage bucket. You can do this via the GCP Console by selecting "Upload Files" within the bucket interface, or by using the `gsutil` command-line tool, which allows for efficient data transfer to GCS.
In the BigQuery section of your GCP account, create a new dataset where you will store the imported data. Choose a descriptive name for your dataset and set the appropriate data location. Datasets in BigQuery function as containers for your tables.
Utilize the BigQuery Console or the `bq` command-line tool to load your data from the GCS bucket into the BigQuery dataset. When configuring the load job, specify the source format (e.g., CSV, JSON), schema, and any necessary data transformations. Ensure that the data is mapped correctly to your BigQuery table schema.
After loading the data into BigQuery, run queries to verify that the data integrity and structure are as expected. Check for discrepancies in data types, missing values, or any other inconsistencies. Use BigQuery's built-in query editor to perform these checks and confirm the successful migration of data.
By following these steps, you can effectively move data from Merge to BigQuery without relying on third-party connectors or integrations.