Skip to content

Commit b9cf87c

Browse files
authored
Update DBT version in workflow configuration
1 parent 2465566 commit b9cf87c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/start-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches-ignore: [ "main", "master" ]
88

99
env:
10-
DBT_VERSION: "1.7.10"
10+
DBT_VERSION: "1.9.0"
1111

1212
jobs:
1313
preview:
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Install dbt
5555
run: |
56-
pip install dbt-core==$DBT_VERSION dbt-postgres==$DBT_VERSION dbt-redshift==1.7.7 dbt-snowflake==$DBT_VERSION dbt-bigquery==$DBT_VERSION
56+
pip install dbt-core==$DBT_VERSION dbt-bigquery==$DBT_VERSION
5757
dbt deps --project-dir "$PROJECT_DIR"
5858
- name: Install lightdash CLI
5959
run: npm install -g "@lightdash/cli@${{ steps.version.outputs.value }}" || npm install -g @lightdash/cli@latest

0 commit comments

Comments
 (0)