Skip to main content
Flag applied connectors export assignment data.
Export assignment data to a table in BigQuery.

Required GCP Roles

  • BigQuery data owner for the destination table.

Configuration

  • Project - The GCP project the destination table exists in
  • Service account - A GCP service account that has write access to the destination table, and that you’ve configured so that the Confidence service account can impersonate this account.
  • Dataset - The dataset in which to create the destination table
  • Table - The table to write the data to. The connector automatically creates the table. If the table already exists, the connector verifies that the schema looks as expected, otherwise it attempts to create the required columns.