From fcbfe3288ff01a6bd0b32311d84a186c5491a1af Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Tue, 16 Jul 2024 13:51:30 -0500 Subject: [PATCH] ordering --- integration_tests/profiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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