Skip to content

Commit

Permalink
fix: refactor imports for dbt 1.8.0+ (#149)
Browse files Browse the repository at this point in the history
* fix: refactor imports for dbt 1.8.0+

* test: add dbt 1.8.0 to tests

---------

Co-authored-by: Ryan <[email protected]>
  • Loading branch information
ryan-pip and ryan-pip authored May 21, 2024
1 parent eadaff3 commit 8c5781c
Show file tree
Hide file tree
Showing 3 changed files with 791 additions and 766 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
dbt-version: ["1.6.0", "1.7.0"]
dbt-version: ["1.6.0", "1.7.0", "1.8.0"]

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

0 comments on commit 8c5781c

Please sign in to comment.