diff --git a/integration_tests/profiles.yml b/integration_tests/profiles.yml index a4b4eabf..31a43ee2 100644 --- a/integration_tests/profiles.yml +++ b/integration_tests/profiles.yml @@ -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') }}" diff --git a/integration_tests_2/profiles.yml b/integration_tests_2/profiles.yml index a4b4eabf..31a43ee2 100644 --- a/integration_tests_2/profiles.yml +++ b/integration_tests_2/profiles.yml @@ -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') }}"