Skip to content

Commit

Permalink
bq profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-connors-3 committed Nov 13, 2024
1 parent 42e7e17 commit 4b42bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration_tests/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ integration_tests:

bigquery:
type: bigquery
method: service-account
method: service-account-json
keyfile_json: "{{ env_var('BIGQUERY_KEYFILE_JSON') | as_native }}"
project: "{{ env_var('BIGQUERY_PROJECT') }}"
dataset: "{{ env_var('BIGQUERY_SCHEMA', 'dbt_project_evaluator_integration_tests_bigquery') }}"
Expand Down
2 changes: 1 addition & 1 deletion integration_tests_2/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ integration_tests:

bigquery:
type: bigquery
method: service-account
method: service-account-json
keyfile_json: "{{ env_var('BIGQUERY_KEYFILE_JSON') | as_native }}"
project: "{{ env_var('BIGQUERY_PROJECT') }}"
dataset: "{{ env_var('BIGQUERY_SCHEMA', 'dbt_project_evaluator_integration_tests_bigquery') }}"
Expand Down

0 comments on commit 4b42bb9

Please sign in to comment.