Skip to content

Commit

Permalink
Merge pull request #7 from TasmanAnalytics/fix/sqlparse-version-bug
Browse files Browse the repository at this point in the history
🐛 Fix versions for sqlparse
  • Loading branch information
jurrigerretsen authored Apr 18, 2024
2 parents 5487e0c + 5222726 commit 2f1821e
Show file tree
Hide file tree
Showing 4 changed files with 1,008 additions and 796 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.9"
cache: 'poetry' # Auto cache based on poetry.lock

- name: Install python deps
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'tasman_dbt_revenuecat'
version: '0.0.1'

config-version: 2
require-dbt-version: [">=1.6.0", "<2.0.0"]
require-dbt-version: [">=1.5.4", "<2.0.0"]

target-path: "target"
clean-targets: ["target", "dbt_modules", "dbt_packages"]
Expand Down
Loading

0 comments on commit 2f1821e

Please sign in to comment.