From 0fe42b8850d4beabda6951d57b5e52dc866df8a7 Mon Sep 17 00:00:00 2001 From: thutuva <101137626+thutuva@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:32:01 -0400 Subject: [PATCH] troubleshooting ci --- integration_tests/profiles/bigquery/profiles.yml | 2 +- integration_tests/profiles/snowflake/profiles.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integration_tests/profiles/bigquery/profiles.yml b/integration_tests/profiles/bigquery/profiles.yml index 7684ad6..13feee3 100644 --- a/integration_tests/profiles/bigquery/profiles.yml +++ b/integration_tests/profiles/bigquery/profiles.yml @@ -5,7 +5,7 @@ default: type: bigquery method: service-account keyfile: ./creds.json - project: "{{ env_var('DBT_BIGQUERY_CI_PROJECT') }}" + project: "{{ env_var('TUVA_BIGQUERY_PROJECT') }}" dataset: connector threads: 4 timeout_seconds: 300 diff --git a/integration_tests/profiles/snowflake/profiles.yml b/integration_tests/profiles/snowflake/profiles.yml index 06422ea..8afd2e6 100644 --- a/integration_tests/profiles/snowflake/profiles.yml +++ b/integration_tests/profiles/snowflake/profiles.yml @@ -1,8 +1,8 @@ default: outputs: dev: - account: "{{ env_var('DBT_SNOWFLAKE_CI_ACCOUNT') }}" - database: "{{ env_var('DBT_SNOWFLAKE_CI_DATABASE') }}" + account: "{{ env_var('DBT_TUVA_SNOWFLAKE_ACCOUNT') }}" + database: "{{ env_var('DBT_TUVA_CI_DATABASE') }}" password: "{{ env_var('DBT_SNOWFLAKE_CI_PASSWORD') }}" role: "{{ env_var('DBT_SNOWFLAKE_CI_ROLE') }}" schema: "{{ env_var('DBT_SNOWFLAKE_CI_SCHEMA') }}"