You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dbt_project.yml: `require-dbt-version: ['>=1.7.0', <1.9.0]`
$ dbt run
...
14:17:18 This version of dbt is not supported with the 'foo' package.
14:17:18 Installed version of dbt: =1.9.1
14:17:18 Required version of dbt for'foo': ['>=1.7.0', '<1.9.0']
...
@devonlazarussonos We removed the requirement that dbt-core and an adapter must match to the minor in 1.8. This is a valid combination of dependencies now. Have you noticed any issues associated with this combination of dbt-core and dbt-snowflake?
Is this a new bug in dbt-snowflake?
Current Behavior
Installation of a dbt-snowflake 1.8+ adapter currently installs dbt-core 1.9+.
Once dbt-core 1.10+ is released, then the 1.8+ adapter will install dbt-core 1.10+ and so on.
Expected Behavior
Installation of a dbt-snowflake adapter 1.8+ installs dbt-core with the same major.minor version as the adapter.
Steps To Reproduce
Note this behavior exists across all 1.8+ versions:
Relevant log output
Environment
Additional Context
This issue is hiding in dbt-snowflake 1.9+ as well.
As soon as dbt-core 1.10+ is released both 1.8+ and 1.9+ Snowflake adapters will be installing dbt-core 1.10+.
The text was updated successfully, but these errors were encountered: