Skip to content

Commit

Permalink
[dagster-dbt] - bump the dbt core upper bound (#26564)
Browse files Browse the repository at this point in the history
## Summary & Motivation

Closes #26538

## How I Tested These Changes

I ran the tests in `dagster-dbt` on my local machine. Some tests failed
but that seems due to missing environment variables to test against
remote warehouses.

I'm not sure how to otherwise test this change best. Input would be
appreciated!

## Changelog

[dagster-dbt] `dbt-core>=1.9` is now supported
  • Loading branch information
marijncv authored Dec 18, 2024
1 parent dc690a6 commit f84bb2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DBT_CORE_VERSION_UPPER_BOUND = "1.9"
DBT_CORE_VERSION_UPPER_BOUND = "1.10"

0 comments on commit f84bb2c

Please sign in to comment.