airbytehq / terraform-airbyte-bigquery-destination

Terraform Module for Setting Up BigQuery Destination with Airbyte

Home Page:https://docs.airbyte.com/integrations/destinations/bigquery/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup a BigQuery Destination in Airbyte

This module will create everything needed to set up a BigQuery destination. This includes:

  • A Google Service Account for accessing BigQuery and GCS data
  • Credentials for that service account
  • A BigQuery destination in Airbyte Cloud or Airbyte OSS to be in used in Connections

There are two different loading methods for BigQuery, Standard inserts or GCS Staging. GCS staging is more performant and the method Airbyte recommends, so this module defaults to GCS Staging.

See the ./examples directory for examples to both create a new dataset or use an existing one.

About

Terraform Module for Setting Up BigQuery Destination with Airbyte

https://docs.airbyte.com/integrations/destinations/bigquery/

License:MIT License


Languages

Language:HCL 100.0%