How to load data from Mailjet SMS to BigQuery
Learn how to use Airbyte to synchronize your Mailjet SMS 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 logging into your Mailjet account. Navigate to the SMS section and locate the data you wish to export. Use Mailjet's built-in export functionality to download the data. This can usually be done by selecting the data and choosing an 'Export' option, which typically provides a CSV file.
Once you have the CSV file, open it using a spreadsheet tool like Excel or Google Sheets. Ensure that the data is clean and formatted correctly for BigQuery. This means checking for consistent data types in each column, removing any unnecessary headers, and ensuring there are no empty rows or columns.
If you haven't already, go to the Google Cloud Console and create a new project. This project will serve as the space where your BigQuery data warehouse will reside. Make sure to enable billing for your project, as it's required to use BigQuery.
Within your Google Cloud project, navigate to BigQuery. Create a new dataset by clicking on the "Create Dataset" button. Choose a name for your dataset and configure any necessary settings, such as data location and expiration. This dataset will store your tables.
Inside the dataset you created, set up a new table that matches the schema of your CSV file. Click on "Create Table," and in the source section, select "Create table from" and choose "Empty table." Define the table schema manually by adding fields that correspond to the columns in your CSV file, specifying the appropriate data types (e.g., STRING, INTEGER, TIMESTAMP).
Go back to BigQuery and select the dataset and table you created. Click on "Create Table" again, but this time, choose "Upload" as the source and select your formatted CSV file. Ensure the schema matches what you've set up for the table. Use the "Write preference" option to choose whether to append or overwrite existing data. Initiate the upload process and let BigQuery handle the data import.
Once the upload is complete, verify that the data has been imported correctly by running a few queries in BigQuery. Use simple SQL queries to check the data integrity and ensure that all fields are populated as expected. This step ensures that the data migration was successful and that your data is ready for analysis or further processing.
By following these steps, you can effectively move data from Mailjet SMS to BigQuery without relying on third-party connectors or integrations.