This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.

πŸ“œ Configuration

Configuration UI

πŸ‘©β€πŸ”¬ Extending Jitsu

Overview
Destination Extensions
Source Extensions
API Specs

Jitsu Internals

Jitsu Server

Big Query

Overview

This source can sync data from BigQuery.

The source is using Airbyte docker image (@airbyte/source-bigquery). Learn more how Airbyte-based sources work

How to connect

Read our documentation page about obtaining Google Authorization

Connection Parameters

ParameterDocumentation
project_id*
string
(required)
The GCP project ID for the project containing the target BigQuery dataset.
dataset_id
string
(not required)
The BigQuery Dataset ID to look for tables to replicate from.
credentials_json*
string
(required)
The contents of the JSON service account key. Check out the docs if you need help generating this key.