Skip to content

Commit

Permalink
add lots of quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Jul 17, 2024
1 parent a6867b6 commit 14a459a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions integration_tests/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}"
Expand All @@ -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') }}"
Expand All @@ -27,16 +27,16 @@ 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
keyfile_json:
"{{ 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') }}"
Expand Down

0 comments on commit 14a459a

Please sign in to comment.