blob: 36892cdaa458b62075b0116b95415727b8242bde [file] [log] [blame]
== Camel Quarkus Google BigQuery Integration Tests
To run Camel Google BigQuery integration tests, you need a valid https://cloud.google.com/[Google Cloud Platform] (GCP) account. Note that the GCP free tier & sandbox
mode does not provide the required capabilities (streaming inserts & queries) that enable the tests to run successfully.
The simplest means of setting up authentication is via a https://cloud.google.com/docs/authentication/getting-started[service account]. Use the GCP UI to export
a JSON representation of your credentials.
You should now set the following environment variables:
[source,shell]
----
export GOOGLE_APPLICATION_CREDENTIALS=/path/to/credentials.json
export GOOGLE_PROJECT_ID=your-gcloud-project-id
----