mirror of
https://github.com/dbt-labs/dbt-project-evaluator.git
synced 2025-12-18 02:11:27 +00:00
whitespace in yml
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user