Skip to content

Commit

Permalink
change keyfile
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Jul 3, 2024
1 parent b4eb5de commit 05042c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration_tests/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ integration_tests:
type: bigquery
method: service-account-json
project: "{{ env_var('BIGQUERY_PROJECT') }}"
keyfile_json: "{{ env_var('DBT_ENV_SECRET_BIGQUERY_KEYFILE_JSON') | as_native }}"
keyfile_json:
"{{ env_var('DBT_ENV_SECRET_BIGQUERY_KEYFILE_JSON') | as_native }}"
dataset: "{{ env_var('BIGQUERY_SCHEMA') }}"
threads: 10

Expand Down

0 comments on commit 05042c9

Please sign in to comment.