Skip to content

Commit

Permalink
add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Jul 17, 2024
1 parent 3df901c commit 995eac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration_tests/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ integration_tests:
keyfile_json:
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') }}
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"
Expand Down

0 comments on commit 995eac7

Please sign in to comment.