Skip to content

Commit

Permalink
troubleshooting ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thutuva committed Aug 19, 2024
1 parent 974fc07 commit 0fe42b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration_tests/profiles/bigquery/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions integration_tests/profiles/snowflake/profiles.yml
Original file line number Diff line number Diff line change
@@ -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') }}"
Expand Down

0 comments on commit 0fe42b8

Please sign in to comment.