Skip to content

Commit

Permalink
chore: Bump dbt and duckdb adapter (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Nov 3, 2023
1 parent bfbb2c3 commit bfa003b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-json
Expand All @@ -11,12 +11,12 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/pre-commit
rev: v3.4.0
rev: v3.5.0
hooks:
- id: validate_manifest

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.0
rev: 0.27.1
hooks:
- id: check-dependabot
- id: check-github-workflows
Expand Down
4 changes: 2 additions & 2 deletions meltano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ plugins:
transformers:
- name: dbt-duckdb
variant: jwills
pip_url: dbt-core~=1.5.0 dbt-duckdb~=1.5.2 duckdb<0.10.0
pip_url: dbt-core~=1.6.0 dbt-duckdb~=1.6.2 duckdb<0.10.0
config:
path: $DUCKDB_PATH
utilities:
- name: sqlfluff
variant: sqlfluff
pip_url: dbt-core~=1.5.0 dbt-duckdb~=1.5.2 sqlfluff>=2.1.0 sqlfluff-templater-dbt>=2.1.0 duckdb<0.10.0
pip_url: dbt-core~=1.6.0 dbt-duckdb~=1.6.2 sqlfluff>=2.1.0 sqlfluff-templater-dbt>=2.1.0 duckdb<0.10.0
settings:
- name: path
env: DBT_DUCKDB_PATH
Expand Down

0 comments on commit bfa003b

Please sign in to comment.