Skip to content

Commit

Permalink
support dbt 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
syou6162 committed Dec 10, 2024
1 parent 0727ade commit f8c8585
Show file tree
Hide file tree
Showing 3 changed files with 1,835 additions and 1,541 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
dbt-version: ["1.6.0", "1.7.0", "1.8.0"]
dbt-version: ["1.6.0", "1.7.0", "1.8.0", "1.9.0"]

steps:
- name: Check out the repository
Expand Down
Loading

0 comments on commit f8c8585

Please sign in to comment.