Back to Airbyte

BigQuery Destination Connector Bootstrap

airbyte-integrations/connectors/destination-bigquery/BOOTSTRAP.md

2.0.0639 B
Original Source

BigQuery Destination Connector Bootstrap

BigQuery is a serverless, highly scalable, and cost-effective data warehouse offered by Google Cloud Provider.

BigQuery connector is producing the standard Airbyte outputs using a _airbyte_raw_* tables storing the JSON blob data first. Afterward, these are transformed and normalized into separate tables, potentially "exploding" nested streams into their own tables if basic normalization is configured.

See this link for more information about the connector.