How to load data from Appfollow to BigQuery
Learn how to use Airbyte to synchronize your Appfollow 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
Start by logging into your AppFollow account. Navigate to the reports or data section where you can access the data you need. Use AppFollow's export functionality to download the data as a CSV or Excel file. Ensure you have all the necessary fields and that the data is formatted correctly for your needs.
Open the downloaded file in a spreadsheet application like Microsoft Excel or Google Sheets. Clean and format the data to ensure consistency. Remove any unnecessary columns, handle missing values, and ensure the data types are correct (e.g., dates are formatted as dates, numbers are numbers). Save the cleaned data as a CSV file, as this format is compatible with BigQuery.
Go to the Google Cloud Platform Console (https://console.cloud.google.com/). If you don't have a project, create a new one by clicking on "Select a Project" and then "New Project." Name your project and note the Project ID, as you will need it later.
In the Google Cloud Console, navigate to BigQuery. Click the "Create Dataset" button. Provide a dataset ID and choose your data location. This dataset will serve as a container for your tables and should be named meaningfully to reflect the data it will contain.
Within your BigQuery dataset, click on "Create Table." For the source, select "Upload" and then choose the CSV file you prepared earlier. Configure the table schema manually or let BigQuery auto-detect it. Ensure that the data types match your CSV's content. Name your table and complete the creation process.
After uploading, run a few queries in the BigQuery console to ensure the data has been imported correctly. Check for any discrepancies in the number of rows and the integrity of the data types and values. This step is crucial to ensure that the data is accurate and usable for analysis.
To keep your data in BigQuery up-to-date, consider automating the export and import process. You can use Google Cloud SDK and a simple script to automate the export of data from AppFollow and the import into BigQuery. Schedule this script using a cron job or Google Cloud Scheduler to run at regular intervals, ensuring your data remains current without manual intervention.
By following these steps, you can effectively transfer and maintain your AppFollow data in BigQuery, enabling deeper analysis and insights without relying on third-party connectors.