diff --git a/integration_tests/profiles.yml b/integration_tests/profiles.yml index 66f9e959..bfd74c1b 100644 --- a/integration_tests/profiles.yml +++ b/integration_tests/profiles.yml @@ -30,9 +30,9 @@ integration_tests: type: bigquery method: service-account-json project: "{{ env_var('BIGQUERY_PROJECT') }}" - keyfile_json: "{{ env_var('DBT_ENV_SECRET_BIGQUERY_KEYFILE_JSON') | as_native }}" dataset: "{{ env_var('BIGQUERY_SCHEMA') }}" threads: 10 + keyfile_json: "{{ env_var('DBT_ENV_SECRET_BIGQUERY_KEYFILE_JSON') | as_native }}" snowflake: type: snowflake