We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2465566 commit b9cf87cCopy full SHA for b9cf87c
.github/workflows/start-preview.yml
@@ -7,7 +7,7 @@ on:
7
branches-ignore: [ "main", "master" ]
8
9
env:
10
- DBT_VERSION: "1.7.10"
+ DBT_VERSION: "1.9.0"
11
12
jobs:
13
preview:
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Install dbt
55
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
+ pip install dbt-core==$DBT_VERSION dbt-bigquery==$DBT_VERSION
57
dbt deps --project-dir "$PROJECT_DIR"
58
- name: Install lightdash CLI
59
run: npm install -g "@lightdash/cli@${{ steps.version.outputs.value }}" || npm install -g @lightdash/cli@latest
0 commit comments