sources / Add BigQuery connection

sources

Add BigQuery connection

Create a new Google BigQuery data warehouse connection.

POST /api/v1/sources/add/bigquery/

Headers

Authorizationrequired

any - API key authentication using Bearer scheme

Request Body

typerequired

string - Connection type identifier. Must be `BIGQUERY`

account_name

string - Display name for the connection

selected_datasets

array - List of dataset IDs to include. If omitted, all datasets in the project are used.

service_account_keyrequired

any - Google Cloud service account key JSON

Response

id

integer - The ID of the created connection