Skip to content

Commit

Permalink
change group for env in bigquery (#758) (#761)
Browse files Browse the repository at this point in the history
Co-authored-by: colin-rogers-dbt <[email protected]>
  • Loading branch information
McKnight-42 and colin-rogers-dbt authored Jun 8, 2023
1 parent 9c190fc commit bc7b396
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
BIGQUERY_TEST_ALT_DATABASE: ${{ secrets.BIGQUERY_TEST_ALT_DATABASE }}
BIGQUERY_TEST_NO_ACCESS_DATABASE: ${{ secrets.BIGQUERY_TEST_NO_ACCESS_DATABASE }}
DBT_TEST_USER_1: group:[email protected]
DBT_TEST_USER_2: group:dev[email protected]
DBT_TEST_USER_2: group:engineering-core-team@dbtlabs.com
DBT_TEST_USER_3: serviceAccount:[email protected]
DATAPROC_REGION: us-central1
DATAPROC_CLUSTER_NAME: dbt-test-1
Expand Down
2 changes: 1 addition & 1 deletion scripts/env-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo "TOXENV=integration-bigquery" >> $GITHUB_ENV
echo "INTEGRATION_TESTS_SECRETS_PREFIX=BIGQUERY_TEST" >> $GITHUB_ENV
# Set environment variables required for integration tests
echo "DBT_TEST_USER_1=group:[email protected]" >> $GITHUB_ENV
echo "DBT_TEST_USER_2=group:dev[email protected]" >> $GITHUB_ENV
echo "DBT_TEST_USER_2=group:engineering-core-team@dbtlabs.com" >> $GITHUB_ENV
echo "DBT_TEST_USER_3=serviceAccount:[email protected]" >> $GITHUB_ENV
echo "DATAPROC_REGION=us-central1" >> $GITHUB_ENV
echo "DATAPROC_CLUSTER_NAME=dbt-test-1" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion test.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BIGQUERY_TEST_SERVICE_ACCOUNT_JSON='{}'

# tests for local ci/cd
DBT_TEST_USER_1="group:[email protected]"
DBT_TEST_USER_2="group:dev[email protected]"
DBT_TEST_USER_2="group:engineering-core-team@dbtlabs.com"
DBT_TEST_USER_3="serviceAccount:[email protected]"

# only needed for python model
Expand Down

0 comments on commit bc7b396

Please sign in to comment.