diff --git a/integration_tests/profiles.yml b/integration_tests/profiles.yml index f4b73176..a4b4eabf 100644 --- a/integration_tests/profiles.yml +++ b/integration_tests/profiles.yml @@ -32,8 +32,7 @@ integration_tests: bigquery: type: bigquery method: service-account - keyfile_json: - "{{ env_var('BIGQUERY_KEYFILE_JSON') | as_native }}" + 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') }}" threads: 10 diff --git a/integration_tests_2/profiles.yml b/integration_tests_2/profiles.yml index f4b73176..a4b4eabf 100644 --- a/integration_tests_2/profiles.yml +++ b/integration_tests_2/profiles.yml @@ -32,8 +32,7 @@ integration_tests: bigquery: type: bigquery method: service-account - keyfile_json: - "{{ env_var('BIGQUERY_KEYFILE_JSON') | as_native }}" + 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') }}" threads: 10