Skip to content

Commit

Permalink
fix: Pinned dbt-core==1.7.13 (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored May 3, 2024
1 parent 99a2fa4 commit 7c5abb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meltano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ plugins:
transformers:
- name: dbt-duckdb
variant: jwills
pip_url: dbt-core~=1.7.0 dbt-duckdb~=1.7.0 duckdb==0.9.2
pip_url: dbt-core==1.7.13 dbt-duckdb~=1.7.0 duckdb==0.9.2
config:
path: $DUCKDB_PATH
utilities:
- name: sqlfluff
variant: sqlfluff
pip_url: dbt-core~=1.7.0 dbt-duckdb~=1.7.0 sqlfluff>=3 sqlfluff-templater-dbt>=3 duckdb==0.9.2
pip_url: dbt-core==1.7.13 dbt-duckdb~=1.7.0 sqlfluff>=3 sqlfluff-templater-dbt>=3 duckdb==0.9.2
settings:
- name: path
env: DBT_DUCKDB_PATH
Expand Down

0 comments on commit 7c5abb6

Please sign in to comment.