Skip to content

Commit

Permalink
Upgrade to dbt 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jeancochrane committed Dec 16, 2024
1 parent 96b6bab commit ae4b333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ assumptions of the test.
Run the unit tests locally using the `unit_test` resource type:

```bash
dbt test --select resource_type:unit_test
dbt test --resource-type unit_test
```

### QC reports
Expand Down
2 changes: 1 addition & 1 deletion dbt/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"dbt-athena-community==1.8.4",
"dbt-core==1.8.8",
"dbt-core==1.9.1",
]

[project.optional-dependencies]
Expand Down

0 comments on commit ae4b333

Please sign in to comment.