Skip to content

Commit b39ed7b

Browse files
author
sarah-tuva
committed
Fix workflow config
1 parent f156bec commit b39ed7b

4 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/tuva_dbt_v1.8.6.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ jobs:
5959
6060
- name: Create dbt profiles.yml for BigQuery
6161
run: |
62-
mkdir -p ./profiles/bigquery
62+
mkdir -p ./integration_tests/profiles/bigquery
6363
echo "default:
6464
outputs:
6565
dev:
6666
type: bigquery
6767
method: service-account
68-
project: "{{ env_var('DBT_BIGQUERY_DEMO_PROJECT') }}"
68+
project: tuva-project-demo
6969
keyfile: ./creds.json
7070
dataset: connector
7171
threads: 8

integration_tests/profiles/redshift/profiles.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
default:
22
outputs:
33
dev:
4-
connect_timeout: 120
4+
connect_timeout: 999999
55
dbname: "{{ env_var('DBT_REDSHIFT_DEMO_DATABASE') }}"
66
host: "{{ env_var('DBT_REDSHIFT_HOST') }}"
77
keepalives_idle: 240
88
password: "{{ env_var('DBT_REDSHIFT_CI_PASSWORD') }}"
9-
port: "{{ env_var('DBT_REDSHIFT_CI_PORT') }}"
9+
port: 5439
1010
ra3_node: true
1111
schema: default
1212
threads: 2
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
default:
2+
outputs:
3+
dev:
4+
account: "{{ env_var('DBT_SNOWFLAKE_DEV_ACCOUNT') }}"
5+
database: "{{ env_var('DBT_SNOWFLAKE_DEV_DATABASE') }}"
6+
password: "{{ env_var('DBT_SNOWFLAKE_DEV_CI_PASSWORD') }}"
7+
role: "{{ env_var('DBT_SNOWFLAKE_DEV_CI_ROLE') }}"
8+
schema: "{{ env_var('DBT_SNOWFLAKE_DEV_CI_SCHEMA') }}"
9+
threads: 4
10+
type: snowflake
11+
user: "{{ env_var('DBT_SNOWFLAKE_DEV_CI_USER') }}"
12+
warehouse: "{{ env_var('DBT_SNOWFLAKE_DEV_CI_WAREHOUSE') }}"
13+
target: dev

integration_tests/profiles/snowflake_dev/profiles.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)