Skip to main content
Feedback

Google BigQuery as a target

Configure Google BigQuery as a target in Source to Target Rivers to load data from supported source systems.

Prerequisites

Before you begin, ensure that you have:

  • A valid Google BigQuery connection
  • The target dataset already exists in BigQuery
  • Permission to create and load tables in the dataset

Refer to Create a Google BigQuery connection topic to establish a connection.

Configuring Google BigQuery as the target

Use the Target tab to specify where data is loaded in Google BigQuery and to configure optional staging and metadata settings.

  1. Navigate to Target tab and select Google BigQuery (Target).
  2. Under Target Connection, select your BigQuery connection.
  3. Click Test Connection to ensure the target credentials are valid.
  4. In Data Loading Settings, select the destination Dataset ID from the drop-down menu.
  5. Click Advanced Settings to expand the configuration panel.
    • (Optional) Turn on Add Rivery Metadata to include tracking columns like Rivery_last_update in your target table. Configure the Custom File Zone (Staging)
    • Custom File Zone:
      • Bucket Name: Select the cloud storage bucket used for intermediate staging. For example, data-pipeline-staging.
      • File Zone Path: Define the directory structure using variables or text. For example, {river_name}_{river_id}.
      • File Zone Folders Period Partition: Select the folder partitioning frequency, such as By Day, from the drop-down menu.
On this Page