Skip to content

Commit ab00316

Browse files
Aaron NeiderhiserAaron Neiderhiser
authored andcommitted
Pin MotherDuck-compatible DuckDB adapter
1 parent 18c3dae commit ab00316

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dbt_v1.10.15_duckdb_build_full_refresh.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install dbt-core and DuckDB adapter
3333
run: |
3434
python -m pip install --upgrade pip
35-
pip install dbt-core==${{ env.DBT_CORE_VERSION}} dbt-duckdb
35+
pip install dbt-core==${{ env.DBT_CORE_VERSION}} "dbt-duckdb[md]"
3636
3737
- name: Install dbt dependencies
3838
run: dbt deps --profiles-dir ./integration_tests/profiles/duckdb
@@ -45,4 +45,4 @@ jobs:
4545
- name: Build dbt models (full-refresh)
4646
run: |
4747
dbt build --full-refresh --profiles-dir ./integration_tests/profiles/duckdb
48-
working-directory: ${{ env.DBT_PROJECT_DIR }}
48+
working-directory: ${{ env.DBT_PROJECT_DIR }}

0 commit comments

Comments
 (0)