How to load data from Google Search Console to Databricks Lakehouse
Learn how to use Airbyte to synchronize your Google Search Console data into Databricks Lakehouse 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
To begin, you'll need to enable the Google Search Console API. Go to the Google Cloud Console, create a new project, and enable the Google Search Console API for this project. After enabling the API, create credentials (OAuth 2.0 Client ID) that will be used to authenticate and authorize access to the Search Console data.
Use the OAuth 2.0 Client ID to authenticate and obtain an access token. This can be done using a Python script or any other language you are comfortable with that supports HTTP requests. The access token allows you to make authorized requests to the Google Search Console API to fetch data.
With the access token, construct HTTP requests to the Google Search Console API to fetch the desired data. You can specify the site URL, date range, dimensions, and metrics you want to retrieve. Use the `searchanalytics.query` method to gather the data.
Once the data is retrieved, save it locally in a CSV file. This can be done using a simple script that writes the data to a file. Make sure to format the CSV correctly with headers for the columns (dimensions and metrics) you have selected.
Access your Databricks workspace and create a new cluster if you don't have one already. Ensure that the cluster is running and you have the necessary permissions to upload data and run notebooks.
Use the Databricks web interface or the Databricks CLI to upload the CSV file from your local machine to the Databricks File System (DBFS). The file can be stored in a specific directory within DBFS for easy access.
Create a new Databricks notebook and write a script to load the CSV data into a Delta Lake table. Use PySpark or Scala to read the CSV file from DBFS, process the data if necessary, and write it to a Delta Lake table for further analysis and querying within the Databricks Lakehouse environment.
By following these steps, you can successfully move data from Google Search Console to Databricks Lakehouse without relying on third-party connectors or integrations.