Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dbt-labs/dbt-bigquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 59a53545c0fee48c0eba2131a70473c81395222f
Choose a base ref
..
head repository: dbt-labs/dbt-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c605b5c391814e0ba5eb4f2c0c0c96a45880a971
Choose a head ref
Showing with 7 additions and 1 deletion.
  1. +7 −1 test.env.example
8 changes: 7 additions & 1 deletion test.env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
BIGQUERY_TEST_ALT_DATABASE=
# Note: These values will come from your BigQuery account and GCP projects.

# Test Environment field definitions
# Name of a GCP project you don't have access to query.
BIGQUERY_TEST_NO_ACCESS_DATABASE=
# Authentication method required to hookup to BigQuery via client library.
BIGQUERY_TEST_SERVICE_ACCOUNT_JSON='{}'

# tests for local ci/cd
DBT_TEST_USER_1="group:buildbot@dbtlabs.com"
DBT_TEST_USER_2="group:dev-core@dbtlabs.com"
DBT_TEST_USER_3="serviceAccount:dbt-integration-test-user@dbt-test-env.iam.gserviceaccount.com"