Skip to content

Commit

Permalink
whitespace in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-connors-3 committed Nov 13, 2024
1 parent f55be39 commit a242a53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions integration_tests/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions integration_tests_2/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a242a53

Please sign in to comment.