Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiagoTrabach committed Jan 10, 2024
2 parents 97d42fc + 0a63a5f commit d43237a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: echo "$DBT_CREDENTIALS_DEV" > credentials/dev.json

- name: Install dbt
run: pip install dbt-core dbt-bigquery
run: pip install dbt-core dbt-bigquery setuptools

- name: Compile dbt models
run: dbt compile --profiles-dir . --profile default --target compile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dbt-compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: echo "$DBT_CREDENTIALS_DEV" > credentials/dev.json

- name: Install dbt
run: pip install dbt-core dbt-bigquery
run: pip install dbt-core dbt-bigquery setuptools

- name: Compile dbt models
run: dbt compile --profiles-dir . --profile default --target compile
Expand Down
8 changes: 8 additions & 0 deletions profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,11 @@ default:
location: US
threads: 6
keyfile: /Users/thiagotrabach/.credentials/rj-sms-f0dc62a2b7d5.json
compile:
type: bigquery
method: service-account
project: rj-sms-dev
dataset: dbt
location: US
threads: 2
keyfile: credentials/dev.json

0 comments on commit d43237a

Please sign in to comment.