From 14a459a8c25b6da4b5d7f19cb34fce510ccd5262 Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Wed, 17 Jul 2024 09:17:59 -0500 Subject: [PATCH] add lots of quotes --- integration_tests/profiles.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/integration_tests/profiles.yml b/integration_tests/profiles.yml index b663eb73..9ef264ce 100644 --- a/integration_tests/profiles.yml +++ b/integration_tests/profiles.yml @@ -7,7 +7,7 @@ integration_tests: target: postgres outputs: postgres: - type: postgres + type: "postgres" host: "{{ env_var('POSTGRES_HOST') }}" user: "{{ env_var('POSTGRES_USER') }}" pass: "{{ env_var('DBT_ENV_SECRET_POSTGRES_PASS') }}" @@ -17,7 +17,7 @@ integration_tests: threads: 5 redshift: - type: redshift + type: "redshift" host: "{{ env_var('REDSHIFT_HOST') }}" user: "{{ env_var('REDSHIFT_USER') }}" pass: "{{ env_var('DBT_ENV_SECRET_REDSHIFT_PASS') }}" @@ -27,8 +27,8 @@ integration_tests: threads: 5 bigquery: - type: bigquery - method: service-account-json + type: "bigquery" + method: "service-account-json" project: "{{ env_var('BIGQUERY_PROJECT') }}" dataset: "{{ env_var('BIGQUERY_SCHEMA') }}" threads: 10 @@ -36,7 +36,7 @@ integration_tests: "{{ env_var('DBT_ENV_SECRET_BIGQUERY_KEYFILE_JSON') | as_native }}" snowflake: - type: snowflake + type: "snowflake" account: "{{ env_var('SNOWFLAKE_ACCOUNT') }}" user: "{{ env_var('SNOWFLAKE_USER') }}" password: "{{ env_var('DBT_ENV_SECRET_SNOWFLAKE_PASS') }}"