cURL
curl --request POST \ --url https://api.camelai.com/api/v1/sources/add/bigquery/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "type": "bigquery", "service_account_key": { "type": "service_account", "project_id": "my-project", "private_key": "-----BEGIN PRIVATE KEY-----\n...\n-----END PRIVATE KEY-----\n", "client_email": "[email protected]" } }'
{ "id": 123 }
Create a new Google BigQuery data warehouse connection.
API key authentication using Bearer scheme
Serializer for Google BigQuery connection configuration.
The response is of type object.
object
Was this page helpful?