sources
Add BigQuery connection
Create a new Google BigQuery data warehouse connection.
POST
/api/v1/sources/add/bigquery/
Headers
Authorizationrequiredany - API key authentication using Bearer scheme
Request Body
typerequiredstring - Connection type identifier. Must be `BIGQUERY`
account_namestring - Display name for the connection
selected_datasetsarray - List of dataset IDs to include. If omitted, all datasets in the project are used.
service_account_keyrequiredany - Google Cloud service account key JSON
Response
idinteger - The ID of the created connection
