Open joellabes opened 5 months ago
Thanks for reporting this @joellabes 👍
$ dbt --version
Core:
- installed: 1.9.0
- latest: 1.9.1
Plugins:
- snowflake: 1.8.2
Just experienced the same thing
This is due to the plugin.minor != core.minor
comparison:
https://github.com/dbt-labs/dbt-core/blob/014444dc18dd18ab75b81ad62530256ec09df22a/core/dbt/version.py#L130-L133
Talked during estimation, we could just not report incompatible in this case.
Is this a new bug in dbt-core?
Current Behavior
I installed dbt-core from the main branch, and ran
dbt -v
.I got this output:
Expected Behavior
As of 1.8, the fact that the Snowflake adapter has a different minor version isn't a problem. dbt run etc works fine, it's just the warnings that are coming from the version checking code.
Steps To Reproduce
Install a version of dbt calling itself 1.9 alongside a 1.8 vintage of an adapter run
dbt -v
Relevant log output
No response
Environment
Which database adapter are you using with dbt?
No response
Additional Context
No response