Skip to content

Commit

Permalink
testing expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Jul 17, 2024
1 parent 14a459a commit 3df901c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,5 @@ jobs:
BIGQUERY_PROJECT: ${{ vars.BIGQUERY_PROJECT }}
DBT_ENV_SECRET_BIGQUERY_KEYFILE_JSON: ${{ secrets.BIGQUERY_SERVICE_ACCOUNT_JSON }}
BIGQUERY_SCHEMA: "dbt_utils_integration_tests_bigquery_${{ github.run_number }}"
DBT_ENV_SECRET_BIGQUERY_KEY_ID: ${{ secrets.DBT_ENV_SECRET_BIGQUERY_KEY_ID }}
DBT_ENV_SECRET_BIGQUERY_PRIVATE_KEY: ${{ secrets.DBT_ENV_SECRET_BIGQUERY_PRIVATE_KEY }}
13 changes: 12 additions & 1 deletion integration_tests/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,19 @@ integration_tests:
project: "{{ env_var('BIGQUERY_PROJECT') }}"
dataset: "{{ env_var('BIGQUERY_SCHEMA') }}"
threads: 10
# keyfile_json:
# "{{ env_var('DBT_ENV_SECRET_BIGQUERY_KEYFILE_JSON') | as_native }}"
keyfile_json:
"{{ env_var('DBT_ENV_SECRET_BIGQUERY_KEYFILE_JSON') | as_native }}"
type: "service_account"
project_id: "emily-testing-354619"
private_key_id: {{ env_var('DBT_ENV_SECRET_BIGQUERY_KEY_ID') }}
private_key: {{ env_var('DBT_ENV_SECRET_BIGQUERY_PRIVATE_KEY') }}
client_email: "grants@emily-testing-354619.iam.gserviceaccount.com"
client_id: "123"
auth_uri: "https://accounts.google.com/o/oauth2/auth"
token_uri: "https://oauth2.googleapis.com/token"
auth_provider_x509_cert_url: "https://www.googleapis.com/oauth2/v1/certs"
client_x509_cert_url: "https://www.googleapis.com/robot/v1/metadata/x509/dbt-integration-test-user%40dbt-test-env.iam.gserviceaccount.com"

snowflake:
type: "snowflake"
Expand Down

0 comments on commit 3df901c

Please sign in to comment.