Skip to content

BigQuery Data Loading Tool - Skippr

YAML for this destination lives on the connector page. There is no separate warehouses: block.

BigQuery is Google Cloud’s serverless warehouse for petabyte-scale SQL. Skippr pipelines land curated datasets into BigQuery datasets with consistent medallion layers and dbt-ready models.

CDC is supported on this destination. See CDC destinations.

What Skippr does here

  • Extract from 12+ sources directly into BigQuery
  • Deterministic schema discovery and evolution
  • Automatic data cleansing with dead letter handling
  • AI business modeling — dimensions, facts, and metrics delivered as dbt
  • Serverless scaling and BigQuery ML-friendly structured marts

Sample skippr.yml

yaml
data_sinks:
  warehouse:
    Bigquery:
      project: my-gcp-project
      dataset: raw_data
      location: US

Full connector reference: bigquery.

Install: Install.