ingestr recipes/Load a specific sourceAnalytics Engineer

How do I load a Google Sheet into my warehouse?

ingestr reads a Google Sheet and lands it as a table in your warehouse, so spreadsheet data joins the rest of your models without manual exports.

Command

ingestr ingest

Defined in

CLI

Works with

Google Sheets to any ingestr destination

What you get

Spreadsheet sourceno manual exportsscheduled loads

How it works in code

$ ingestr ingest \
  --source-uri 'gsheets://?credentials_path=$GOOGLE_CREDS' \
  --source-table '<spreadsheet_id>.Sheet1' \
  --dest-uri $BIGQUERY_URI --dest-table 'raw.budget'

Run ingestr ingest and ingestr loads the sheet into your warehouse as a table.

Move data with one command

Open source. Source URI in, destination URI out, incremental by default.

Sign up to our newsletter

Practical updates on open-source data pipelines, AI analysts, governance, and what we are shipping at Bruin.

The signup form is hosted by Brevo. Accept cookies to load it.