1
0
mirror of synced 2025-12-23 21:03:15 -05:00
Files
airbyte/airbyte-integrations/connectors/source-bigquery
VitaliiMaltsev e30d8348b2 Change JsonSchemaPrimitive to a class (#9913)
* fix for jdk 17

* add JsonSchemaType class

* fix tests

* fix tests

* fix tests

* fix tests

* fix tests

* fix tests

* fix Oracle tests

* fix Redshift tests

* fix Redshift tests

* fix checkstyle

* fix MSSQL tests

* fix cockroachdb tests

* fix checkstyle

* fix checkstyle

* replace star imports

* replace star imports

* replace star imports

* update JsonSchemaType | fixed checkstyle

* Remove unused variables in test

* Fix imports

* Expand imports

* Fix more imports

Co-authored-by: vmaltsev <vitalii.maltsev@globallogic.com>
Co-authored-by: Liren Tu <tuliren.git@outlook.com>
2022-02-14 02:12:37 -08:00
..

BigQuery Test Configuration

In order to test the BigQuery source, you need a service account key file.

Community Contributor

As a community contributor, you will need access to a GCP project and BigQuery to run tests.

  1. Go to the Service Accounts page on the GCP console
  2. Click on `+ Create Service Account" button
  3. Fill out a descriptive name/id/description
  4. Click the edit icon next to the service account you created on the IAM page
  5. Add the BigQuery Data Editor and BigQuery User role
  6. Go back to the Service Accounts page and use the actions modal to Create Key
  7. Download this key as a JSON file
  8. Move and rename this file to secrets/credentials.json

Airbyte Employee

  1. Access the BigQuery Integration Test User secret on Rippling under the Engineering folder
  2. Create a file with the contents at secrets/credentials.json